SYMBOL INDEX (52330 symbols across 5779 files) FILE: apis/atmos/src/main/java/org/jclouds/atmos/AtmosApiMetadata.java class AtmosApiMetadata (line 37) | @AutoService(ApiMetadata.class) method builder (line 40) | private static Builder builder() { method toBuilder (line 44) | @Override method AtmosApiMetadata (line 49) | public AtmosApiMetadata() { method AtmosApiMetadata (line 53) | protected AtmosApiMetadata(Builder builder) { method defaultProperties (line 57) | public static Properties defaultProperties() { class Builder (line 65) | public static class Builder extends BaseHttpApiMetadata.Builder apply(BoundedSet cache) { method provideTimeStampCache (line 70) | @Provides method provideShareableUrlTimeout (line 82) | @Provides method bindErrorHandlers (line 88) | @Override method bindRetryHandlers (line 95) | @Override FILE: apis/atmos/src/main/java/org/jclouds/atmos/config/AtmosObjectModule.java class AtmosObjectModule (line 29) | public class AtmosObjectModule extends AbstractModule { method configure (line 35) | @Override method provideAtmosObject (line 41) | @Provides FILE: apis/atmos/src/main/java/org/jclouds/atmos/config/AtmosParserModule.java class AtmosParserModule (line 24) | public class AtmosParserModule extends AbstractModule { method configure (line 26) | @Override FILE: apis/atmos/src/main/java/org/jclouds/atmos/domain/AtmosError.java class AtmosError (line 24) | public class AtmosError { method toString (line 29) | @Override method AtmosError (line 35) | public AtmosError(int code, String message) { method getCode (line 40) | public int getCode() { method getMessage (line 44) | public String getMessage() { method setStringSigned (line 48) | public void setStringSigned(String stringSigned) { method getStringSigned (line 55) | public String getStringSigned() { FILE: apis/atmos/src/main/java/org/jclouds/atmos/domain/AtmosObject.java type AtmosObject (line 26) | public interface AtmosObject extends PayloadEnclosing, Comparable getAllHeaders(); method setAllHeaders (line 49) | void setAllHeaders(Multimap allHeaders); FILE: apis/atmos/src/main/java/org/jclouds/atmos/domain/BoundedSet.java type BoundedSet (line 26) | @ImplementedBy(BoundedLinkedHashSet.class) method getToken (line 29) | @Nullable FILE: apis/atmos/src/main/java/org/jclouds/atmos/domain/DirectoryEntry.java class DirectoryEntry (line 28) | public class DirectoryEntry implements Comparable { method DirectoryEntry (line 35) | @Deprecated method DirectoryEntry (line 40) | public DirectoryEntry(String objectid, FileType type, String objname, ... method getObjectID (line 48) | public String getObjectID() { method getObjectName (line 52) | public String getObjectName() { method getType (line 56) | public FileType getType() { method getSize (line 60) | public long getSize() { method getModifiedTime (line 64) | public Date getModifiedTime() { method compareTo (line 68) | public int compareTo(DirectoryEntry o) { method hashCode (line 74) | @Override method equals (line 79) | @Override method toString (line 94) | @Override FILE: apis/atmos/src/main/java/org/jclouds/atmos/domain/FileType.java type FileType (line 19) | public enum FileType { method value (line 23) | public String value() { method fromValue (line 27) | public static FileType fromValue(String v) { FILE: apis/atmos/src/main/java/org/jclouds/atmos/domain/MutableContentMetadata.java type MutableContentMetadata (line 28) | @ImplementedBy(DelegatingMutableContentMetadata.class) method getName (line 31) | String getName(); method setName (line 33) | void setName(String name); method getUri (line 35) | URI getUri(); method setUri (line 37) | void setUri(URI uri); method getPath (line 39) | String getPath(); method setPath (line 41) | void setPath(String path); FILE: apis/atmos/src/main/java/org/jclouds/atmos/domain/SystemMetadata.java class SystemMetadata (line 26) | public class SystemMetadata extends DirectoryEntry { method SystemMetadata (line 39) | public SystemMetadata(@Nullable byte [] contentmd5, Date atime, Date c... method getGroupID (line 54) | public String getGroupID() { method getHardLinkCount (line 58) | public int getHardLinkCount() { method getInceptionTime (line 62) | public Date getInceptionTime() { method getLastAccessTime (line 66) | public Date getLastAccessTime() { method getLastMetadataModification (line 70) | public Date getLastMetadataModification() { method getLastUserDataModification (line 74) | public Date getLastUserDataModification() { method getPolicyName (line 78) | public String getPolicyName() { method getSize (line 82) | public long getSize() { method getUserID (line 86) | public String getUserID() { method getContentMD5 (line 90) | public byte[] getContentMD5() { method hashCode (line 94) | @Override method equals (line 110) | @Override method toString (line 161) | @Override FILE: apis/atmos/src/main/java/org/jclouds/atmos/domain/UploadInfo.java class UploadInfo (line 21) | public class UploadInfo { method UploadInfo (line 25) | public UploadInfo(String token, URI host) { method getToken (line 30) | public String getToken() { method getHost (line 34) | public URI getHost() { FILE: apis/atmos/src/main/java/org/jclouds/atmos/domain/UserMetadata.java class UserMetadata (line 30) | public class UserMetadata { method UserMetadata (line 36) | public UserMetadata(Map metadata, Map ... method UserMetadata (line 44) | public UserMetadata() { method getMetadata (line 51) | public Map getMetadata() { method getListableMetadata (line 55) | public Map getListableMetadata() { method getTags (line 59) | public Set getTags() { method getListableTags (line 63) | public Set getListableTags() { method toString (line 67) | @Override method hashCode (line 73) | @Override method equals (line 84) | @Override FILE: apis/atmos/src/main/java/org/jclouds/atmos/domain/internal/AtmosObjectImpl.java class AtmosObjectImpl (line 38) | public class AtmosObjectImpl extends PayloadEnclosingImpl implements Atm... class AtmosObjectFactory (line 39) | @Singleton method create (line 45) | public AtmosObject create(MutableContentMetadata contentMetadata) { method create (line 49) | public AtmosObject create(SystemMetadata systemMetadata, UserMetadat... method create (line 53) | public AtmosObject create(MutableContentMetadata contentMetadata, Sy... method getSystemMetadata (line 62) | public SystemMetadata getSystemMetadata() { method getUserMetadata (line 66) | public UserMetadata getUserMetadata() { method AtmosObjectImpl (line 73) | public AtmosObjectImpl(MutableContentMetadata contentMetadata, SystemM... method AtmosObjectImpl (line 80) | @Inject method getContentMetadata (line 88) | @Override method getAllHeaders (line 96) | @Override method setAllHeaders (line 104) | @Override method compareTo (line 112) | @Override method hashCode (line 119) | @Override method equals (line 129) | @Override method toString (line 156) | @Override method setPayload (line 161) | @Override FILE: apis/atmos/src/main/java/org/jclouds/atmos/domain/internal/BoundedLinkedHashSet.java class BoundedLinkedHashSet (line 28) | public class BoundedLinkedHashSet extends LinkedHashSet implements... method BoundedLinkedHashSet (line 32) | public BoundedLinkedHashSet(Iterable contents, @Nullable String tok... method getToken (line 37) | @Nullable method hashCode (line 42) | @Override method equals (line 50) | @Override method toString (line 67) | @Override FILE: apis/atmos/src/main/java/org/jclouds/atmos/domain/internal/DelegatingMutableContentMetadata.java class DelegatingMutableContentMetadata (line 28) | public class DelegatingMutableContentMetadata implements MutableContentM... method DelegatingMutableContentMetadata (line 34) | public DelegatingMutableContentMetadata() { method DelegatingMutableContentMetadata (line 38) | public DelegatingMutableContentMetadata(URI uri, String name, String p... method getContentLength (line 46) | @Override method getContentMD5 (line 52) | @Deprecated method getContentMD5AsHashCode (line 58) | @Override method getContentType (line 63) | @Override method getName (line 68) | @Override method setContentLength (line 73) | @Override method setContentMD5 (line 79) | @Deprecated method setContentMD5 (line 85) | @Override method setContentType (line 90) | @Override method setName (line 95) | @Override method equals (line 100) | @Override method hashCode (line 117) | @Override method toString (line 125) | @Override method getDelegate (line 130) | public org.jclouds.io.MutableContentMetadata getDelegate() { method setCacheControl (line 134) | @Override method setContentDisposition (line 139) | @Override method setContentEncoding (line 144) | @Override method setContentLanguage (line 149) | @Override method getCacheControl (line 154) | @Override method getContentDisposition (line 159) | @Override method getContentEncoding (line 164) | @Override method getContentLanguage (line 169) | @Override method setExpires (line 174) | @Override method getExpires (line 179) | @Override method toBuilder (line 184) | @Override method getUri (line 189) | @Override method setUri (line 194) | @Override method getPath (line 199) | @Override method setPath (line 204) | @Override FILE: apis/atmos/src/main/java/org/jclouds/atmos/fallbacks/EndpointIfAlreadyExists.java class EndpointIfAlreadyExists (line 32) | public class EndpointIfAlreadyExists implements Fallback, Invocatio... method createOrPropagate (line 36) | @Override method setContext (line 44) | @Override method setEndpoint (line 49) | @VisibleForTesting FILE: apis/atmos/src/main/java/org/jclouds/atmos/fallbacks/TrueOn404FalseOnPathNotEmpty.java class TrueOn404FalseOnPathNotEmpty (line 27) | public final class TrueOn404FalseOnPathNotEmpty implements Fallback apply(HttpResponse from) { FILE: apis/atmos/src/main/java/org/jclouds/atmos/functions/ParseObjectFromHeadersAndHttpContent.java class ParseObjectFromHeadersAndHttpContent (line 39) | public class ParseObjectFromHeadersAndHttpContent implements Function getMetaMap(String meta) { FILE: apis/atmos/src/main/java/org/jclouds/atmos/functions/ReturnTrueIfGroupACLIsOtherRead.java class ReturnTrueIfGroupACLIsOtherRead (line 27) | @Singleton method apply (line 30) | public Boolean apply(HttpResponse from) { FILE: apis/atmos/src/main/java/org/jclouds/atmos/handlers/AtmosClientErrorRetryHandler.java class AtmosClientErrorRetryHandler (line 41) | public class AtmosClientErrorRetryHandler implements HttpRetryHandler { method AtmosClientErrorRetryHandler (line 45) | @Inject method shouldRetryRequest (line 58) | public boolean shouldRetryRequest(HttpCommand command, HttpResponse re... FILE: apis/atmos/src/main/java/org/jclouds/atmos/handlers/AtmosServerErrorRetryHandler.java class AtmosServerErrorRetryHandler (line 41) | public class AtmosServerErrorRetryHandler implements HttpRetryHandler { method AtmosServerErrorRetryHandler (line 45) | @Inject method shouldRetryRequest (line 58) | public boolean shouldRetryRequest(HttpCommand command, HttpResponse re... FILE: apis/atmos/src/main/java/org/jclouds/atmos/handlers/ParseAtmosErrorFromXmlContent.java class ParseAtmosErrorFromXmlContent (line 50) | @Singleton method ParseAtmosErrorFromXmlContent (line 57) | @Inject method handleError (line 65) | public void handleError(HttpCommand command, HttpResponse response) { FILE: apis/atmos/src/main/java/org/jclouds/atmos/options/ListOptions.java class ListOptions (line 31) | public class ListOptions extends BaseHttpRequestOptions { method token (line 40) | public ListOptions token(String token) { method getToken (line 45) | public String getToken() { method limit (line 53) | public ListOptions limit(int maxresults) { method includeMeta (line 64) | public ListOptions includeMeta() { method metaIncluded (line 69) | public boolean metaIncluded() { method getLimit (line 74) | public Integer getLimit() { class Builder (line 79) | public static class Builder { method token (line 84) | public static ListOptions token(String token) { method includeMeta (line 92) | public static ListOptions includeMeta() { method limit (line 100) | public static ListOptions limit(int maxKeys) { FILE: apis/atmos/src/main/java/org/jclouds/atmos/options/PutOptions.java class PutOptions (line 37) | public class PutOptions extends BaseHttpRequestOptions { method publicRead (line 44) | public PutOptions publicRead() { method publicNone (line 50) | public PutOptions publicNone() { method overwrite (line 61) | public PutOptions overwrite() { class Builder (line 66) | public static class Builder { method publicRead (line 71) | public static PutOptions publicRead() { method publicNone (line 76) | public static PutOptions publicNone() { method overwrite (line 81) | public static PutOptions overwrite() { FILE: apis/atmos/src/main/java/org/jclouds/atmos/reference/AtmosErrorCode.java type AtmosErrorCode (line 21) | public enum AtmosErrorCode { method AtmosErrorCode (line 37) | private AtmosErrorCode(int code) { method getCode (line 41) | public int getCode() { FILE: apis/atmos/src/main/java/org/jclouds/atmos/reference/AtmosHeaders.java class AtmosHeaders (line 24) | public final class AtmosHeaders { method AtmosHeaders (line 38) | private AtmosHeaders() { FILE: apis/atmos/src/main/java/org/jclouds/atmos/util/AtmosUtils.java class AtmosUtils (line 51) | public class AtmosUtils { method parseAtmosErrorFromContent (line 62) | public AtmosError parseAtmosErrorFromContent(HttpCommand command, Http... method putBlob (line 72) | public static String putBlob(final AtmosClient sync, Crypto crypto, Bl... method deletePathAndEnsureGone (line 92) | public static void deletePathAndEnsureGone(final AtmosClient sync, Str... method parseAtmosErrorFromContent (line 105) | public AtmosError parseAtmosErrorFromContent(HttpCommand command, Http... method adjustContainerIfDirOptionPresent (line 110) | public static String adjustContainerIfDirOptionPresent(String container, FILE: apis/atmos/src/main/java/org/jclouds/atmos/xml/ErrorHandler.java class ErrorHandler (line 25) | public class ErrorHandler extends ParseSax.HandlerWithResult { method getResult (line 31) | public AtmosError getResult() { method endElement (line 35) | public void endElement(String uri, String name, String qName) { method characters (line 45) | public void characters(char[] ch, int start, int length) { FILE: apis/atmos/src/main/java/org/jclouds/atmos/xml/ListDirectoryResponseHandler.java class ListDirectoryResponseHandler (line 37) | public class ListDirectoryResponseHandler extends ParseSax.HandlerWithRe... method ListDirectoryResponseHandler (line 53) | @Inject method getResult (line 58) | public Set getResult() { method endElement (line 62) | public void endElement(String uri, String name, String qName) { method characters (line 85) | public void characters(char[] ch, int start, int length) { FILE: apis/atmos/src/test/java/org/jclouds/atmos/AtmosApiMetadataTest.java class AtmosApiMetadataTest (line 22) | @Test(groups = "unit", testName = "AtmosApiMetadataTest") method AtmosApiMetadataTest (line 25) | public AtmosApiMetadataTest() { FILE: apis/atmos/src/test/java/org/jclouds/atmos/AtmosClientLiveTest.java class AtmosClientLiveTest (line 58) | @Test(groups = "live", singleThreaded = true) method AtmosClientLiveTest (line 60) | public AtmosClientLiveTest() { method getApi (line 64) | public AtmosClient getApi() { class HeadMatches (line 68) | private static final class HeadMatches implements Runnable { method HeadMatches (line 73) | private HeadMatches(AtmosClient connection, String name, String meta... method run (line 79) | public void run() { class ObjectMatches (line 88) | private static final class ObjectMatches implements Runnable { method ObjectMatches (line 94) | private ObjectMatches(AtmosClient connection, String name, String me... method run (line 101) | public void run() { method testListDirectorys (line 116) | @Test method testCreateDirectory (line 125) | @Test(timeOut = 5 * 60 * 1000) method testListOptions (line 148) | @Test(timeOut = 5 * 60 * 1000, dependsOnMethods = { "testCreateDirecto... method testFileOperations (line 165) | @Test(timeOut = 5 * 60 * 1000, dependsOnMethods = { "testListOptions" }) method testPutZeroLengthBlob (line 191) | @Test(timeOut = 5 * 60 * 1000, dependsOnMethods = { "testFileOperation... method createOrUpdateWithErrorLoop (line 201) | private void createOrUpdateWithErrorLoop(boolean stream, String data, ... method makeData (line 206) | Object makeData(String in, boolean stream) { method createOrReplaceObject (line 210) | private void createOrReplaceObject(String name, Object data, HashCode ... method assertEventually (line 226) | protected static void assertEventually(Runnable assertion) throws Inte... method assertEventuallyObjectMatches (line 246) | protected void assertEventuallyObjectMatches(final String name, final ... method assertEventuallyHeadMatches (line 251) | protected void assertEventuallyHeadMatches(final String name, final St... method verifyHeadObject (line 256) | private static void verifyHeadObject(AtmosClient connection, String pa... method verifyObject (line 263) | private static void verifyObject(AtmosClient connection, String path, ... method verifyMetadata (line 270) | private static void verifyMetadata(String metadataValue, AtmosObject g... method replaceObject (line 289) | private void replaceObject(AtmosObject object) throws Exception { method alwaysDeleteFirstReplaceStrategy (line 295) | private void alwaysDeleteFirstReplaceStrategy(AtmosObject object) thro... method deleteConfirmed (line 311) | private void deleteConfirmed(final String path) throws InterruptedExce... method deleteImmediateAndVerifyWithHead (line 317) | protected void deleteImmediateAndVerifyWithHead(final String path) thr... method deleteConsistencyAware (line 330) | protected void deleteConsistencyAware(String path) throws InterruptedE... method retryAndCheckSystemMetadataAndPutIfPresentReplaceStrategy (line 347) | protected void retryAndCheckSystemMetadataAndPutIfPresentReplaceStrate... method checkSystemMetadataAndPutIfPresentReplaceStrategy (line 366) | private void checkSystemMetadataAndPutIfPresentReplaceStrategy(AtmosOb... FILE: apis/atmos/src/test/java/org/jclouds/atmos/AtmosClientTest.java class AtmosClientTest (line 60) | @Test(groups = "unit", testName = "AtmosClientTest") method testListDirectories (line 65) | public void testListDirectories() throws SecurityException, NoSuchMeth... method testListDirectory (line 80) | public void testListDirectory() throws SecurityException, NoSuchMethod... method testListDirectoriesOptions (line 95) | public void testListDirectoriesOptions() throws SecurityException, NoS... method testListDirectoryOptions (line 110) | public void testListDirectoryOptions() throws SecurityException, NoSuc... method testCreateDirectory (line 125) | public void testCreateDirectory() throws SecurityException, NoSuchMeth... method testCreateDirectoryOptions (line 140) | public void testCreateDirectoryOptions() throws SecurityException, NoS... method testCreateFile (line 156) | public void testCreateFile() throws SecurityException, NoSuchMethodExc... method testCreateFileOptions (line 173) | public void testCreateFileOptions() throws SecurityException, NoSuchMe... method testUpdateFile (line 191) | public void testUpdateFile() throws SecurityException, NoSuchMethodExc... method testUpdateFileOptions (line 208) | public void testUpdateFileOptions() throws SecurityException, NoSuchMe... method testReadFile (line 226) | public void testReadFile() throws SecurityException, NoSuchMethodExcep... method testGetSystemMetadata (line 241) | public void testGetSystemMetadata() throws SecurityException, NoSuchMe... method testDeletePath (line 256) | public void testDeletePath() throws SecurityException, NoSuchMethodExc... method testIsPublic (line 271) | public void testIsPublic() throws SecurityException, NoSuchMethodExcep... method testNewObject (line 286) | public void testNewObject() throws SecurityException, NoSuchMethodExce... method checkFilters (line 291) | @Override method setupFactory (line 297) | @BeforeClass method createModule (line 304) | @Override class TestAtmosHttpApiModule (line 309) | @ConfiguresHttpApi method configure (line 311) | @Override method provideTimeStamp (line 316) | @Override method createApiMetadata (line 324) | @Override FILE: apis/atmos/src/test/java/org/jclouds/atmos/binders/BindMetadataToHeadersTest.java class BindMetadataToHeadersTest (line 35) | @Test(groups = "unit") method testGood (line 40) | public void testGood() { method testMustBeAtmosObject (line 51) | @Test(expectedExceptions = IllegalArgumentException.class) method testNullIsBad (line 57) | @Test(expectedExceptions = NullPointerException.class) method testNullPayloadIsBad (line 63) | @Test(expectedExceptions = NullPointerException.class) method testNullContentLengthIllegal (line 70) | @Test(expectedExceptions = IllegalArgumentException.class) FILE: apis/atmos/src/test/java/org/jclouds/atmos/binders/BindUserMetadataToHeadersTest.java class BindUserMetadataToHeadersTest (line 33) | @Test(groups = "unit") method testMeta (line 38) | public void testMeta() { method testListableMeta (line 47) | public void testListableMeta() { method testTags (line 56) | public void testTags() { method testListableTags (line 65) | public void testListableTags() { method testMustBeUserMetadata (line 74) | @Test(expectedExceptions = IllegalArgumentException.class) method testNullIsBad (line 80) | @Test(expectedExceptions = { NullPointerException.class, IllegalStateE... FILE: apis/atmos/src/test/java/org/jclouds/atmos/blobstore/AtmosBlobRequestSignerTest.java class AtmosBlobRequestSignerTest (line 47) | @Test(groups = "unit", testName = "AtmosBlobRequestSignerTest") method AtmosBlobRequestSignerTest (line 50) | public AtmosBlobRequestSignerTest() { method testSignGetBlob (line 58) | public void testSignGetBlob() throws ArrayIndexOutOfBoundsException, S... method testSignPutBlob (line 69) | public void testSignPutBlob() throws ArrayIndexOutOfBoundsException, S... method setupFactory (line 98) | @BeforeClass method checkFilters (line 105) | @Override method createModule (line 111) | @Override class TestAtmosHttpApiModule (line 116) | @ConfiguresHttpApi method configure (line 118) | @Override method provideTimeStamp (line 123) | @Override method createApiMetadata (line 129) | @Override FILE: apis/atmos/src/test/java/org/jclouds/atmos/blobstore/functions/ListOptionsToBlobStoreListOptions.java class ListOptionsToBlobStoreListOptions (line 25) | @Singleton method apply (line 28) | public ListContainerOptions apply(org.jclouds.atmos.options.ListOption... FILE: apis/atmos/src/test/java/org/jclouds/atmos/blobstore/functions/ResourceMetadataListToDirectoryEntryList.java class ResourceMetadataListToDirectoryEntryList (line 31) | @Singleton method apply (line 36) | public BoundedSet apply( FILE: apis/atmos/src/test/java/org/jclouds/atmos/blobstore/integration/AtmosBlobSignerLiveTest.java class AtmosBlobSignerLiveTest (line 25) | @Test(groups = { "live" }) method AtmosBlobSignerLiveTest (line 27) | public AtmosBlobSignerLiveTest() { method testSignPutUrlWithTime (line 31) | @Test method testSignPutUrlWithTimeExpired (line 41) | @Test FILE: apis/atmos/src/test/java/org/jclouds/atmos/blobstore/integration/AtmosContainerIntegrationLiveTest.java class AtmosContainerIntegrationLiveTest (line 23) | @Test(groups = "live") method AtmosContainerIntegrationLiveTest (line 25) | public AtmosContainerIntegrationLiveTest() { method testDelimiter (line 29) | @Override method testListMarkerAfterLastKey (line 34) | @Override method testListMarkerPrefix (line 39) | @Override method testListContainerWithZeroMaxResults (line 44) | @Override method testContainerListWithPrefix (line 49) | @Override method testDelimiterList (line 54) | @Override FILE: apis/atmos/src/test/java/org/jclouds/atmos/blobstore/integration/AtmosContainerLiveTest.java class AtmosContainerLiveTest (line 22) | @Test(groups = { "live" }) method AtmosContainerLiveTest (line 24) | public AtmosContainerLiveTest() { FILE: apis/atmos/src/test/java/org/jclouds/atmos/blobstore/integration/AtmosIntegrationLiveTest.java class AtmosIntegrationLiveTest (line 38) | @Test(groups = { "integration", "live" }) method AtmosIntegrationLiveTest (line 40) | public AtmosIntegrationLiveTest() { method createData (line 43) | @DataProvider(name = "delete") method testGetTwoRanges (line 50) | @Override method checkCacheControl (line 56) | @Override method checkContentDisposition (line 63) | @Override method checkContentEncoding (line 70) | @Override method checkContentLanguage (line 77) | @Override method testPutObjectStream (line 83) | @Override method testCreateBlobWithExpiry (line 89) | @Override method testMultipartUploadNoPartsAbort (line 94) | @Override method testMultipartUploadSinglePart (line 99) | @Override method testMultipartUploadMultipleParts (line 104) | @Override method testListMultipartUploads (line 109) | @Override method testPutMultipartByteSource (line 118) | @Override method testPutMultipartInputStream (line 123) | @Override method testPutBlobAccessMultipart (line 128) | @Override method testCopyIfMatch (line 134) | @Override method testCopyIfMatchNegative (line 140) | @Override method testCopyIfNoneMatch (line 146) | @Override method testCopyIfNoneMatchNegative (line 152) | @Override method testPutBlobTierStandardMultipart (line 158) | @Test(groups = { "integration", "live" }) method testPutBlobTierInfrequentMultipart (line 168) | @Test(groups = { "integration", "live" }) method testPutBlobTierArchiveMultipart (line 178) | @Test(groups = { "integration", "live" }) method checkTier (line 188) | @Override method testETag (line 195) | @Test(groups = { "integration", "live" }) FILE: apis/atmos/src/test/java/org/jclouds/atmos/blobstore/integration/AtmosLiveTest.java class AtmosLiveTest (line 22) | @Test(groups = { "live" }) method AtmosLiveTest (line 24) | public AtmosLiveTest() { FILE: apis/atmos/src/test/java/org/jclouds/atmos/blobstore/integration/AtmosServiceIntegrationLiveTest.java class AtmosServiceIntegrationLiveTest (line 22) | @Test(groups = "live") method AtmosServiceIntegrationLiveTest (line 24) | public AtmosServiceIntegrationLiveTest() { FILE: apis/atmos/src/test/java/org/jclouds/atmos/fallbacks/EndpointIfAlreadyExistsTest.java class EndpointIfAlreadyExistsTest (line 27) | @Test(groups = "unit") method testFoundIsNullWhenEndpointNotSet (line 30) | @Test method testFoundIsEndpointWhenSet (line 35) | @Test method testNotFoundPropagates (line 42) | @Test(expectedExceptions = RuntimeException.class) method testNullIsBad (line 47) | @Test(expectedExceptions = NullPointerException.class) FILE: apis/atmos/src/test/java/org/jclouds/atmos/filters/SignRequestTest.java class SignRequestTest (line 48) | @Test(groups = "unit") method testCreateStringToSign (line 58) | @Test method testSignString (line 66) | @Test method testFilter (line 74) | @Test method testFilterReplacesOldValues (line 81) | @Test method createFilter (line 90) | @BeforeClass class TestAtmosHttpApiModule (line 103) | @ConfiguresHttpApi method configure (line 106) | @Override method provideTimeStamp (line 111) | @Override method newRequest (line 117) | public HttpRequest newRequest(Multimap headers) { method preconstructedHeaders (line 128) | protected Builder preconstructedHeaders() { method inputHeaders (line 135) | protected Builder inputHeaders() { FILE: apis/atmos/src/test/java/org/jclouds/atmos/functions/AtmosObjectNameTest.java class AtmosObjectNameTest (line 31) | @Test(groups = "unit") method testCorrectContentMetadataName (line 36) | @Test method testCorrectSystemMetadataObjectName (line 45) | @Test method testMustBeAtmosObject (line 53) | @Test(expectedExceptions = IllegalArgumentException.class) method testNullIsBad (line 58) | @Test(expectedExceptions = { NullPointerException.class, IllegalStateE... FILE: apis/atmos/src/test/java/org/jclouds/atmos/functions/ParseDirectoryListFromContentAndHeadersTest.java class ParseDirectoryListFromContentAndHeadersTest (line 41) | @Test(groups = "unit", testName = "ParseDirectoryListFromContentAndHeade... method createFn (line 44) | Function> createFn() { method testWithToken (line 48) | public void testWithToken() { method testWithoutToken (line 60) | public void testWithoutToken() { method values (line 72) | protected Set values() { FILE: apis/atmos/src/test/java/org/jclouds/atmos/functions/ParseObjectFromHeadersAndHttpContentTest.java class ParseObjectFromHeadersAndHttpContentTest (line 32) | @Test(groups = "unit", testName = "ParseObjectFromHeadersAndHttpContentT... method test (line 57) | public void test() { FILE: apis/atmos/src/test/java/org/jclouds/atmos/functions/ParseSystemMetadataFromHeadersTest.java class ParseSystemMetadataFromHeadersTest (line 33) | @Test(groups = "unit") method test (line 46) | public void test() { FILE: apis/atmos/src/test/java/org/jclouds/atmos/functions/ParseUserMetadataFromHeadersTest.java class ParseUserMetadataFromHeadersTest (line 31) | @Test(groups = "unit") method test (line 37) | public void test() { FILE: apis/atmos/src/test/java/org/jclouds/atmos/handlers/AtmosServerErrorRetryHandlerTest.java class AtmosServerErrorRetryHandlerTest (line 36) | @Test(groups = "unit") method testGet500WithoutError (line 45) | @Test method testGet500WithError1040 (line 63) | @Test FILE: apis/atmos/src/test/java/org/jclouds/atmos/options/ListOptionsTest.java class ListOptionsTest (line 28) | @Test(groups = "unit") method testToken (line 31) | public void testToken() { method testTokenStatic (line 36) | public void testTokenStatic() { method testLimit (line 41) | public void testLimit() { method testLimitStatic (line 47) | public void testLimitStatic() { method testNoMeta (line 53) | public void testNoMeta() { method testMeta (line 58) | public void testMeta() { method testMetaStatic (line 64) | public void testMetaStatic() { FILE: apis/atmos/src/test/java/org/jclouds/atmos/xml/ErrorHandlerTest.java class ErrorHandlerTest (line 33) | @Test(groups = "unit", testName = "ErrorHandlerTest") method createParser (line 36) | ParseSax createParser() { method testApplyInputStream (line 42) | public void testApplyInputStream() { FILE: apis/atmos/src/test/java/org/jclouds/atmos/xml/ListDirectoryResponseHandlerTest.java class ListDirectoryResponseHandlerTest (line 36) | @Test(groups = "unit", testName = "ListDirectoryResponseHandlerTest") method createParser (line 39) | ParseSax> createParser() { method testApplyInputStreamBase (line 45) | public void testApplyInputStreamBase() { FILE: apis/byon/src/main/java/org/jclouds/byon/BYONApiMetadata.java class BYONApiMetadata (line 40) | @AutoService(ApiMetadata.class) method toBuilder (line 43) | @Override method BYONApiMetadata (line 48) | public BYONApiMetadata() { method BYONApiMetadata (line 52) | protected BYONApiMetadata(Builder builder) { class Builder (line 56) | public static class Builder extends BaseApiMetadata.Builder { method Builder (line 58) | protected Builder() { method build (line 72) | @Override method self (line 77) | @Override FILE: apis/byon/src/main/java/org/jclouds/byon/Node.java class Node (line 30) | public class Node { method builder (line 31) | public static Builder builder() { class Builder (line 35) | public static class Builder { method id (line 55) | public Builder id(String id) { method name (line 60) | public Builder name(String name) { method description (line 65) | public Builder description(String description) { method hostname (line 70) | public Builder hostname(String hostname) { method loginPort (line 75) | public Builder loginPort(int loginPort) { method locationId (line 80) | public Builder locationId(String locationId) { method osArch (line 85) | public Builder osArch(String osArch) { method osFamily (line 90) | public Builder osFamily(String osFamily) { method osDescription (line 95) | public Builder osDescription(String osDescription) { method osVersion (line 100) | public Builder osVersion(String osVersion) { method os64Bit (line 105) | public Builder os64Bit(boolean os64Bit) { method group (line 110) | public Builder group(String group) { method tags (line 115) | public Builder tags(Iterable tags) { method metadata (line 120) | public Builder metadata(Map metadata) { method username (line 125) | public Builder username(String username) { method credential (line 130) | public Builder credential(String credential) { method credentialUrl (line 135) | public Builder credentialUrl(URI credentialUrl) { method sudoPassword (line 140) | public Builder sudoPassword(String sudoPassword) { method build (line 145) | public Node build() { method Node (line 151) | public Node(String id, String name, String description, String hostnam... method getId (line 194) | public String getId() { method getLocationId (line 198) | public String getLocationId() { method getName (line 202) | public String getName() { method getDescription (line 206) | public String getDescription() { method getGroup (line 210) | public String getGroup() { method getHostname (line 214) | public String getHostname() { method getOsArch (line 218) | public String getOsArch() { method getOsFamily (line 222) | public String getOsFamily() { method getOsDescription (line 226) | public String getOsDescription() { method getOsVersion (line 230) | public String getOsVersion() { method isOs64Bit (line 234) | public boolean isOs64Bit() { method getLoginPort (line 238) | public int getLoginPort() { method getTags (line 242) | public Set getTags() { method getMetadata (line 249) | public Map getMetadata() { method getUsername (line 253) | public String getUsername() { method getCredential (line 257) | public String getCredential() { method getCredentialUrl (line 261) | public URI getCredentialUrl() { method getSudoPassword (line 265) | public String getSudoPassword() { method hashCode (line 269) | @Override method equals (line 274) | @Override method toString (line 301) | @Override FILE: apis/byon/src/main/java/org/jclouds/byon/config/BYONComputeServiceContextModule.java class BYONComputeServiceContextModule (line 36) | @SingleThreaded method BYONComputeServiceContextModule (line 39) | public BYONComputeServiceContextModule() { method configure (line 43) | @Override FILE: apis/byon/src/main/java/org/jclouds/byon/config/CacheNodeStoreModule.java class CacheNodeStoreModule (line 35) | @ConfiguresNodeStore method CacheNodeStoreModule (line 40) | public CacheNodeStoreModule(LoadingCache backing) { method CacheNodeStoreModule (line 44) | public CacheNodeStoreModule(Map backing) { method configure (line 50) | @Override FILE: apis/byon/src/main/java/org/jclouds/byon/config/YamlNodeStoreModule.java class YamlNodeStoreModule (line 44) | @ConfiguresNodeStore method YamlNodeStoreModule (line 50) | public YamlNodeStoreModule(Map backing) { method YamlNodeStoreModule (line 54) | public YamlNodeStoreModule() { method configure (line 58) | @Override method provideNodeStore (line 82) | @Provides method provideYamlStore (line 89) | @Provides FILE: apis/byon/src/main/java/org/jclouds/byon/domain/YamlNode.java class YamlNode (line 69) | public class YamlNode { method apply (line 90) | @Override method toNode (line 103) | public Node toNode() { method apply (line 108) | @Override method fromYaml (line 124) | public static YamlNode fromYaml(ByteSource in) { method apply (line 129) | @Override method toYaml (line 176) | public ByteSource toYaml() { method fromNode (line 180) | public static YamlNode fromNode(Node in) { method apply (line 185) | @Override FILE: apis/byon/src/main/java/org/jclouds/byon/functions/NodeToNodeMetadata.java class NodeToNodeMetadata (line 54) | @Singleton method NodeToNodeMetadata (line 65) | @Inject method apply (line 74) | @Override method findLocationWithId (line 114) | private Location findLocationWithId(final String locationId) { FILE: apis/byon/src/main/java/org/jclouds/byon/functions/NodesFromYamlStream.java class NodesFromYamlStream (line 70) | @Singleton class Config (line 77) | public static class Config { method apply (line 81) | @Override FILE: apis/byon/src/main/java/org/jclouds/byon/internal/BYONComputeServiceAdapter.java class BYONComputeServiceAdapter (line 50) | @Singleton method BYONComputeServiceAdapter (line 56) | @Inject method createNodeWithGroupEncodedIntoName (line 64) | @Override method listHardwareProfiles (line 69) | @Override method listImages (line 74) | @Override method listNodes (line 79) | @Override method listNodesByIds (line 84) | @Override method listLocations (line 89) | @Override method getNode (line 111) | @Override method getImage (line 123) | @Override method destroyNode (line 128) | @Override method rebootNode (line 133) | @Override method resumeNode (line 138) | @Override method suspendNode (line 143) | @Override FILE: apis/byon/src/main/java/org/jclouds/byon/suppliers/NodesParsedFromSupplier.java class NodesParsedFromSupplier (line 35) | @Singleton method NodesParsedFromSupplier (line 43) | @Inject method get (line 49) | @Override FILE: apis/byon/src/main/java/org/jclouds/byon/suppliers/SupplyFromProviderURIOrNodesProperty.java class SupplyFromProviderURIOrNodesProperty (line 40) | public class SupplyFromProviderURIOrNodesProperty extends ByteSource imp... method SupplyFromProviderURIOrNodesProperty (line 50) | @VisibleForTesting method SupplyFromProviderURIOrNodesProperty (line 55) | @Inject method openStream (line 60) | @Override method toString (line 67) | @Override method apply (line 72) | @Override FILE: apis/byon/src/test/java/org/jclouds/byon/BYONApiMetadataTest.java class BYONApiMetadataTest (line 22) | @Test(groups = "unit", testName = "BYONApiMetadataTest") method BYONApiMetadataTest (line 25) | public BYONApiMetadataTest() { FILE: apis/byon/src/test/java/org/jclouds/byon/BYONComputeServiceLiveTest.java class BYONComputeServiceLiveTest (line 43) | @Test(groups = "live") method setup (line 48) | @BeforeClass(groups = "live") method testCanRunCommandAsCurrentUser (line 74) | public void testCanRunCommandAsCurrentUser() throws Exception { method close (line 83) | @AfterClass(groups = "live") FILE: apis/byon/src/test/java/org/jclouds/byon/BYONComputeServiceTest.java class BYONComputeServiceTest (line 43) | @Test(singleThreaded = true, testName = "BYONComputeServiceTest") method testNodesParseNodeMap (line 46) | @Test method testNodesParseWithFileUrl (line 56) | @Test method testNodesParseWithClasspathUrl (line 62) | @Test method assertNodesParse (line 68) | private void assertNodesParse(String endpoint, ComputeServiceContext c... method testNodesWithLocations (line 87) | public void testNodesWithLocations() { method supplier (line 131) | private Supplier> supplier(ComputeServiceCo... FILE: apis/byon/src/test/java/org/jclouds/byon/config/CacheNodeStoreModuleTest.java class CacheNodeStoreModuleTest (line 44) | @Test(groups = "unit", singleThreaded = true, testName = "CacheNodeStore... method createData (line 47) | @DataProvider(name = "names") method testProvidedMapWithValue (line 53) | public void testProvidedMapWithValue() throws IOException { method testProvidedConsistentAcrossRepeatedWrites (line 63) | public void testProvidedConsistentAcrossRepeatedWrites() throws IOExce... method testProvidedConsistentAcrossMultipleInjectors (line 76) | public void testProvidedConsistentAcrossMultipleInjectors() throws IOE... method testProvidedCacheConsistentAcrossMultipleInjectors (line 86) | public void testProvidedCacheConsistentAcrossMultipleInjectors() throw... method getStore (line 98) | private LoadingCache getStore(Injector injector) { method createInjectorWithProvidedMap (line 103) | private Injector createInjectorWithProvidedMap(Map map) { method createInjectorWithProvidedCache (line 114) | private Injector createInjectorWithProvidedCache(LoadingCache map, LoadingCache s... method remove (line 132) | private void remove(Map map, LoadingCache ... method checkConsistent (line 146) | private void checkConsistent(Map map, LoadingCache map, LoadingCache sto... FILE: apis/byon/src/test/java/org/jclouds/byon/config/YamlNodeStoreModuleTest.java class YamlNodeStoreModuleTest (line 44) | @Test(groups = "unit", singleThreaded = true) method createData (line 48) | @DataProvider(name = "names") method deleteObject (line 54) | @Test(dataProvider = "names") method testProvidedMapWithValue (line 61) | public void testProvidedMapWithValue() throws IOException { method testProvidedConsistentAcrossRepeatedWrites (line 72) | public void testProvidedConsistentAcrossRepeatedWrites() throws IOExce... method testProvidedConsistentAcrossMultipleInjectors (line 86) | public void testProvidedConsistentAcrossMultipleInjectors() throws IOE... method testDefaultConsistentAcrossMultipleInjectors (line 97) | public void testDefaultConsistentAcrossMultipleInjectors() throws IOEx... method getStore (line 108) | protected LoadingCache getStore(Injector injector) { method getMap (line 113) | protected Map getMap(Injector injector) { method createInjectorWithProvidedMap (line 118) | protected Injector createInjectorWithProvidedMap(Map map, LoadingCache map, LoadingCache map, LoadingCac... method checkToYaml (line 175) | protected void checkToYaml(Map map, String key, St... method put (line 179) | protected void put(Map map, LoadingCache names); method deleteAllClientsInList (line 147) | void deleteAllClientsInList(Iterable names); method listNodes (line 154) | Iterable listNodes(); method listNodes (line 161) | Iterable listNodes(ExecutorService executorService); method listNodesInEnvironment (line 169) | @SinceApiVersion("0.10.0") method listNodesInEnvironment (line 179) | @SinceApiVersion("0.10.0") method listClients (line 187) | Iterable listClients(); method listClients (line 194) | Iterable listClients(ExecutorService executorService); method listCookbookVersions (line 201) | Iterable listCookbookVersions(); method listCookbookVersions (line 208) | Iterable listCookbookVersions(ExecutorServi... method listCookbookVersionsInEnvironment (line 216) | Iterable listCookbookVersionsInEnvironment(... method listCookbookVersionsInEnvironment (line 225) | Iterable listCookbookVersionsInEnvironment(... method listCookbookVersionsInEnvironment (line 236) | Iterable listCookbookVersionsInEnvironment(... method listCookbookVersionsInEnvironment (line 248) | Iterable listCookbookVersionsInEnvironment(... method listEnvironments (line 255) | @SinceApiVersion("0.10.0") FILE: apis/chef/src/main/java/org/jclouds/chef/binders/BindChecksumsToJsonPayload.java class BindChecksumsToJsonPayload (line 33) | @Singleton method bindToRequest (line 36) | @SuppressWarnings("unchecked") FILE: apis/chef/src/main/java/org/jclouds/chef/binders/BindCreateClientOptionsToJsonPayload.java class BindCreateClientOptionsToJsonPayload (line 39) | public class BindCreateClientOptionsToJsonPayload extends BindToJsonPayl... method BindCreateClientOptionsToJsonPayload (line 40) | @Inject method bindToRequest (line 45) | @Override class CreateClientParams (line 59) | @SuppressWarnings("unused") method CreateClientParams (line 65) | public CreateClientParams(String name, CreateClientOptions options) { FILE: apis/chef/src/main/java/org/jclouds/chef/binders/BindGenerateKeyForClientToJsonPayload.java class BindGenerateKeyForClientToJsonPayload (line 25) | @Singleton method bindToRequest (line 28) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/binders/BindGroupToUpdateRequestJsonPayload.java class BindGroupToUpdateRequestJsonPayload (line 36) | @Singleton method BindGroupToUpdateRequestJsonPayload (line 39) | @Inject method bindToRequest (line 44) | @Override class GroupUpdateRequest (line 51) | @SuppressWarnings("unused") method GroupUpdateRequest (line 58) | public GroupUpdateRequest(Group group) { class ActorConfiguration (line 66) | @SuppressWarnings("unused") method ActorConfiguration (line 72) | public ActorConfiguration(Group group) { FILE: apis/chef/src/main/java/org/jclouds/chef/binders/DatabagItemId.java class DatabagItemId (line 25) | @Singleton method apply (line 28) | public String apply(Object from) { FILE: apis/chef/src/main/java/org/jclouds/chef/binders/EnvironmentName.java class EnvironmentName (line 24) | @Singleton method apply (line 27) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/binders/GroupName.java class GroupName (line 30) | @Singleton method apply (line 33) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/binders/NodeName.java class NodeName (line 25) | @Singleton method apply (line 28) | public String apply(Object from) { FILE: apis/chef/src/main/java/org/jclouds/chef/binders/RoleName.java class RoleName (line 25) | @Singleton method apply (line 28) | public String apply(Object from) { FILE: apis/chef/src/main/java/org/jclouds/chef/config/ChefBootstrapModule.java class ChefBootstrapModule (line 43) | public class ChefBootstrapModule extends AbstractModule { method installChefGems (line 45) | @Provides method installChefUsingOmnibus (line 60) | @Provides method installChef (line 69) | @Provides class BootstrapProperties (line 77) | @Singleton method chefVersion (line 99) | public Optional chefVersion() { method gemSystemVersion (line 103) | public Optional gemSystemVersion() { method updateGemSystem (line 107) | public boolean updateGemSystem() { method updateGems (line 111) | public boolean updateGems() { method useOmnibus (line 115) | public boolean useOmnibus() { method configure (line 120) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/config/ChefHttpApiModule.java class ChefHttpApiModule (line 74) | @ConfiguresHttpApi method guiceProvideTimeStamp (line 77) | @Provides method provideTimeStamp (line 83) | protected String provideTimeStamp(@TimeStamp Supplier cache) { method provideTimeStampCache (line 90) | @Provides method supplyKey (line 103) | @Provides method privateKeyCache (line 115) | @Provides class PrivateKeyForCredentials (line 127) | @VisibleForTesting method PrivateKeyForCredentials (line 132) | @Inject method load (line 137) | @Override method provideValidatorName (line 150) | @Provides method provideValidatorCredential (line 164) | @Provides method bootstrapConfigForGroup (line 182) | @Provides method groupToClient (line 188) | @Provides method bindErrorHandlers (line 194) | @Override method bindRetryHandlers (line 201) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/config/ChefParserModule.java class ChefParserModule (line 63) | public class ChefParserModule extends AbstractModule { type PrivateKeyAdapter (line 64) | @ImplementedBy(PrivateKeyAdapterImpl.class) class PrivateKeyAdapterImpl (line 69) | @Singleton method PrivateKeyAdapterImpl (line 73) | @Inject method deserialize (line 78) | @Override type PublicKeyAdapter (line 98) | @ImplementedBy(PublicKeyAdapterImpl.class) class PublicKeyAdapterImpl (line 103) | @Singleton method PublicKeyAdapterImpl (line 107) | @Inject method deserialize (line 112) | @Override type X509CertificateAdapter (line 132) | @ImplementedBy(X509CertificateAdapterImpl.class) class X509CertificateAdapterImpl (line 137) | @Singleton method X509CertificateAdapterImpl (line 141) | @Inject method deserialize (line 146) | @Override class DataBagItemAdapter (line 169) | @Singleton method createJsonLiteralFromRawJson (line 173) | @Override method toString (line 182) | @Override class IdHolder (line 202) | private static class IdHolder { class KeepLastRepeatedKeyMapTypeAdapter (line 206) | private static final class KeepLastRepeatedKeyMapTypeAdapter method KeepLastRepeatedKeyMapTypeAdapter (line 209) | protected KeepLastRepeatedKeyMapTypeAdapter(TypeAdapter keyAdapte... method read (line 213) | @Override class KeepLastRepeatedKeyMapTypeAdapterFactory (line 236) | public static class KeepLastRepeatedKeyMapTypeAdapterFactory extends M... method KeepLastRepeatedKeyMapTypeAdapterFactory (line 238) | public KeepLastRepeatedKeyMapTypeAdapterFactory() { method newAdapter (line 242) | @SuppressWarnings("unchecked") method provideCustomAdapterBindings (line 249) | @Provides method configure (line 257) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/config/ChefProperties.java class ChefProperties (line 23) | public final class ChefProperties { method ChefProperties (line 110) | private ChefProperties() { FILE: apis/chef/src/main/java/org/jclouds/chef/domain/Attribute.java class Attribute (line 36) | public class Attribute { method builder (line 37) | public static Builder builder() { class Builder (line 41) | public static class Builder { method required (line 51) | public Builder required(String required) { method calculated (line 56) | public Builder calculated(boolean calculated) { method choice (line 61) | public Builder choice(String choice) { method choices (line 66) | public Builder choices(Iterable choices) { method defaultValue (line 71) | public Builder defaultValue(JsonBall defaultValue) { method type (line 76) | public Builder type(String type) { method recipe (line 81) | public Builder recipe(String recipe) { method recipes (line 86) | public Builder recipes(Iterable recipes) { method displayName (line 91) | public Builder displayName(String displayName) { method description (line 96) | public Builder description(String description) { method build (line 101) | public Attribute build() { method Attribute (line 118) | @ConstructorProperties({ "required", "calculated", "choice", "default"... method getRequired (line 132) | public String getRequired() { method isCalculated (line 136) | public boolean isCalculated() { method getChoice (line 140) | public Set getChoice() { method getDefaultValue (line 144) | public JsonBall getDefaultValue() { method getType (line 148) | public String getType() { method getRecipes (line 152) | public List getRecipes() { method getDisplayName (line 156) | public String getDisplayName() { method getDescription (line 160) | public String getDescription() { method hashCode (line 164) | @Override method equals (line 179) | @Override method toString (line 228) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/domain/BootstrapConfig.java class BootstrapConfig (line 35) | public class BootstrapConfig { type SSLVerifyMode (line 37) | public static enum SSLVerifyMode { method toString (line 40) | @Override method fromValue (line 45) | public static SSLVerifyMode fromValue(String value) { method builder (line 50) | public static Builder builder() { class Builder (line 54) | public static class Builder { method runList (line 66) | public Builder runList(Iterable runList) { method environment (line 74) | public Builder environment(String environment) { method attributes (line 82) | public Builder attributes(JsonBall attributes) { method sslCAFile (line 91) | public Builder sslCAFile(String sslCAFile) { method sslCAPath (line 100) | public Builder sslCAPath(String sslCAPath) { method sslVerifyMode (line 113) | public Builder sslVerifyMode(SSLVerifyMode sslVerifyMode) { method verifyApiCert (line 123) | public Builder verifyApiCert(boolean verifyApiCert) { method build (line 128) | public BootstrapConfig build() { method BootstrapConfig (line 153) | @ConstructorProperties({ "run_list", "environment", "attributes", "ssl... method getRunList (line 167) | public List getRunList() { method getEnvironment (line 171) | @Nullable method getAttributes (line 176) | @Nullable method getSslCAFile (line 181) | @Nullable method getSslCAPath (line 186) | @Nullable method getSslVerifyMode (line 191) | @Nullable method getVerifyApiCert (line 196) | @Nullable FILE: apis/chef/src/main/java/org/jclouds/chef/domain/ChecksumStatus.java class ChecksumStatus (line 28) | public class ChecksumStatus { method builder (line 29) | public static Builder builder() { class Builder (line 33) | public static class Builder { method url (line 37) | public Builder url(URI url) { method needsUpload (line 42) | public Builder needsUpload(boolean needsUpload) { method build (line 47) | public ChecksumStatus build() { method ChecksumStatus (line 56) | @ConstructorProperties({ "url", "needs_upload" }) method getUrl (line 62) | public URI getUrl() { method needsUpload (line 66) | public boolean needsUpload() { method hashCode (line 70) | @Override method equals (line 79) | @Override method toString (line 98) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/domain/Client.java class Client (line 33) | public class Client { method builder (line 34) | public static Builder builder() { class Builder (line 38) | public static class Builder { method certificate (line 47) | public Builder certificate(X509Certificate certificate) { method privateKey (line 52) | public Builder privateKey(PrivateKey privateKey) { method publicKey (line 57) | public Builder publicKey(PublicKey publicKey) { method orgname (line 62) | public Builder orgname(String orgname) { method clientname (line 67) | public Builder clientname(String clientname) { method name (line 72) | public Builder name(String name) { method isValidator (line 77) | public Builder isValidator(boolean validator) { method build (line 82) | public Client build() { method Client (line 97) | @ConstructorProperties({ "certificate", "orgname", "clientname", "name... method getPublicKey (line 109) | public PublicKey getPublicKey() { method getPrivateKey (line 113) | public PrivateKey getPrivateKey() { method getCertificate (line 117) | public X509Certificate getCertificate() { method getOrgname (line 121) | public String getOrgname() { method getClientname (line 125) | public String getClientname() { method getName (line 129) | public String getName() { method isValidator (line 133) | public boolean isValidator() { method hashCode (line 137) | @Override method equals (line 151) | @Override method toString (line 195) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/domain/CookbookDefinition.java class CookbookDefinition (line 33) | public class CookbookDefinition { method builder (line 34) | public static Builder builder() { class Builder (line 38) | public static class Builder { method name (line 43) | public Builder name(String name) { method url (line 48) | public Builder url(URI url) { method version (line 53) | public Builder version(Version version) { method versions (line 58) | public Builder versions(Iterable versions) { method from (line 63) | public Builder from(CookbookDefinition def) { method build (line 70) | public CookbookDefinition build() { method CookbookDefinition (line 79) | @ConstructorProperties({"name", "url", "versions" }) method getName (line 86) | public String getName() { method getUrl (line 90) | public URI getUrl() { method getVersions (line 94) | public Set getVersions() { method hashCode (line 98) | @Override method equals (line 108) | @Override method toString (line 135) | @Override class Version (line 140) | public static class Version { method builder (line 141) | public static Builder builder() { class Builder (line 145) | public static class Builder { method url (line 149) | public Builder url(URI url) { method version (line 154) | public Builder version(String version) { method build (line 159) | public Version build() { method Version (line 167) | @ConstructorProperties({ "url", "version" }) method getUrl (line 173) | public URI getUrl() { method getVersion (line 177) | public String getVersion() { method hashCode (line 181) | @Override method equals (line 190) | @Override method toString (line 212) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/domain/CookbookVersion.java class CookbookVersion (line 33) | public class CookbookVersion { method builder (line 34) | public static Builder builder(String name, String version) { class Builder (line 38) | public static class Builder { method Builder (line 52) | public Builder(String name, String version) { method cookbookName (line 57) | public Builder cookbookName(String cookbookName) { method definition (line 62) | public Builder definition(Resource definition) { method definitions (line 67) | public Builder definitions(Iterable definitions) { method attribute (line 72) | public Builder attribute(Resource attribute) { method attributes (line 77) | public Builder attributes(Iterable attributes) { method file (line 82) | public Builder file(Resource file) { method files (line 87) | public Builder files(Iterable files) { method metadata (line 92) | public Builder metadata(Metadata metadata) { method provider (line 97) | public Builder provider(Resource provider) { method providers (line 102) | public Builder providers(Iterable providers) { method resource (line 107) | public Builder resource(Resource resource) { method resources (line 112) | public Builder resources(Iterable resources) { method template (line 117) | public Builder template(Resource template) { method templates (line 122) | public Builder templates(Iterable templates) { method library (line 127) | public Builder library(Resource library) { method libraries (line 132) | public Builder libraries(Iterable libraries) { method version (line 137) | public Builder version(String version) { method recipe (line 142) | public Builder recipe(Resource recipe) { method recipes (line 147) | public Builder recipes(Iterable recipes) { method rootFile (line 152) | public Builder rootFile(Resource rootFile) { method rootFiles (line 157) | public Builder rootFiles(Iterable rootFiles) { method build (line 162) | public CookbookVersion build() { method CookbookVersion (line 191) | @ConstructorProperties({ "name", "definitions", "attributes", "files",... method getName (line 212) | public String getName() { method getDefinitions (line 216) | public Set getDefinitions() { method getAttributes (line 220) | public Set getAttributes() { method getFiles (line 224) | public Set getFiles() { method getMetadata (line 228) | public Metadata getMetadata() { method getSuppliers (line 232) | public Set getSuppliers() { method getCookbookName (line 236) | public String getCookbookName() { method getResources (line 240) | public Set getResources() { method getTemplates (line 244) | public Set getTemplates() { method getLibraries (line 248) | public Set getLibraries() { method getVersion (line 252) | public String getVersion() { method getRecipes (line 256) | public Set getRecipes() { method getRootFiles (line 260) | public Set getRootFiles() { method hashCode (line 264) | @Override method equals (line 284) | @Override method toString (line 361) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/domain/DatabagItem.java class DatabagItem (line 26) | public class DatabagItem extends JsonBall { method DatabagItem (line 30) | public DatabagItem(String id, String value) { method hashCode (line 35) | @Override method equals (line 43) | @Override method getId (line 60) | public String getId() { FILE: apis/chef/src/main/java/org/jclouds/chef/domain/Environment.java class Environment (line 34) | public class Environment { method builder (line 35) | public static Builder builder() { class Builder (line 39) | public static class Builder { method name (line 46) | public Builder name(String name) { method attribute (line 51) | public Builder attribute(String key, JsonBall value) { method attributes (line 56) | public Builder attributes(Map attributes) { method overrideAttribute (line 61) | public Builder overrideAttribute(String key, JsonBall value) { method overrideAttributes (line 66) | public Builder overrideAttributes(Map overrideAttr... method cookbookVersion (line 71) | public Builder cookbookVersion(String key, String version) { method cookbookVersions (line 76) | public Builder cookbookVersions(Map cookbookVersions) { method description (line 81) | public Builder description(String description) { method build (line 86) | public Environment build() { method Environment (line 107) | @ConstructorProperties({ "name", "default_attributes", "override_attri... method getName (line 118) | public String getName() { method getAttributes (line 122) | public Map getAttributes() { method getOverrideAttributes (line 126) | public Map getOverrideAttributes() { method getDescription (line 130) | public String getDescription() { method getCookbookVersions (line 134) | public Map getCookbookVersions() { method equals (line 138) | @Override method hashCode (line 162) | @Override method toString (line 172) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/domain/Group.java class Group (line 32) | public class Group { method builder (line 33) | public static Builder builder(String groupname) { class Builder (line 37) | public static class Builder { method Builder (line 46) | public Builder(String groupname) { method name (line 50) | public Builder name(String name) { method groupname (line 55) | public Builder groupname(String groupname) { method orgname (line 60) | public Builder orgname(String orgname) { method actor (line 65) | public Builder actor(String actor) { method actors (line 70) | public Builder actors(Iterable actors) { method client (line 75) | public Builder client(String client) { method clients (line 80) | public Builder clients(Iterable clients) { method group (line 85) | public Builder group(String group) { method groups (line 90) | public Builder groups(Iterable groups) { method user (line 95) | public Builder user(String user) { method users (line 100) | public Builder users(Iterable users) { method build (line 105) | public Group build() { method Group (line 119) | @ConstructorProperties({ "name", "groupname", "orgname", "actors", "cl... method getName (line 131) | public String getName() { method getGroupname (line 135) | public String getGroupname() { method getOrgname (line 139) | public String getOrgname() { method getActors (line 143) | public Set getActors() { method getClients (line 147) | public Set getClients() { method getGroups (line 151) | public Set getGroups() { method getUsers (line 155) | public Set getUsers() { method hashCode (line 159) | @Override method equals (line 169) | @Override method toString (line 205) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/domain/Grouping.java class Grouping (line 26) | public class Grouping { method builder (line 27) | public static Builder builder() { class Builder (line 31) | public static class Builder { method title (line 35) | public Builder title(String title) { method description (line 40) | public Builder description(String description) { method build (line 45) | public Grouping build() { method Grouping (line 53) | @ConstructorProperties({ "title", "description" }) method getTitle (line 59) | public String getTitle() { method getDescription (line 63) | public String getDescription() { method hashCode (line 67) | @Override method equals (line 76) | @Override method toString (line 98) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/domain/Metadata.java class Metadata (line 33) | public class Metadata { method builder (line 34) | public static Builder builder() { class Builder (line 38) | public static class Builder { method license (line 57) | public Builder license(String license) { method maintainer (line 62) | public Builder maintainer(String maintainer) { method suggestion (line 67) | public Builder suggestion(String key, String value) { method suggestions (line 72) | public Builder suggestions(Map suggestions) { method dependency (line 77) | public Builder dependency(String key, String value) { method dependencies (line 82) | public Builder dependencies(Map dependencies) { method maintainerEmail (line 87) | public Builder maintainerEmail(String maintainerEmail) { method conflicting (line 92) | public Builder conflicting(String key, String value) { method conflicting (line 97) | public Builder conflicting(Map conflicting) { method description (line 102) | public Builder description(String description) { method providing (line 107) | public Builder providing(String key, String value) { method providing (line 112) | public Builder providing(Map providing) { method platform (line 117) | public Builder platform(String key, String value) { method platforms (line 122) | public Builder platforms(Map platforms) { method version (line 127) | public Builder version(String version) { method recipe (line 132) | public Builder recipe(String key, String value) { method recipes (line 137) | public Builder recipes(Map recipes) { method replacing (line 142) | public Builder replacing(String key, String value) { method replacing (line 147) | public Builder replacing(Map replacing) { method name (line 152) | public Builder name(String name) { method grouping (line 157) | public Builder grouping(String key, Grouping value) { method grouping (line 162) | public Builder grouping(Map groupings) { method longDescription (line 167) | public Builder longDescription(String longDescription) { method attribute (line 172) | public Builder attribute(String key, Attribute value) { method attributes (line 177) | public Builder attributes(Map attributes) { method recommendation (line 182) | public Builder recommendation(String key, String value) { method recommendations (line 187) | public Builder recommendations(Map recommendations) { method build (line 192) | public Metadata build() { method Metadata (line 220) | @ConstructorProperties({ "license", "maintainer", "suggestions", "depe... method getLicense (line 248) | public String getLicense() { method getMaintainer (line 252) | public String getMaintainer() { method getSuggestions (line 256) | public Map getSuggestions() { method getDependencies (line 260) | public Map getDependencies() { method getMaintainerEmail (line 264) | public String getMaintainerEmail() { method getConflicting (line 268) | public Map getConflicting() { method getDescription (line 272) | public String getDescription() { method getProviding (line 276) | public Map getProviding() { method getPlatforms (line 280) | public Map getPlatforms() { method getVersion (line 284) | public String getVersion() { method getRecipes (line 288) | public Map getRecipes() { method getReplacing (line 292) | public Map getReplacing() { method getName (line 296) | public String getName() { method getGroupings (line 300) | public Map getGroupings() { method getLongDescription (line 304) | public String getLongDescription() { method getAttributes (line 308) | public Map getAttributes() { method getRecommendations (line 312) | public Map getRecommendations() { method hashCode (line 316) | @Override method equals (line 340) | @Override method toString (line 437) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/domain/Node.java class Node (line 36) | public class Node { method builder (line 37) | public static Builder builder() { class Builder (line 41) | public static class Builder { method name (line 50) | public Builder name(String name) { method normalAttribute (line 55) | public Builder normalAttribute(String key, JsonBall value) { method normalAttributes (line 60) | public Builder normalAttributes(Map normalAttribut... method overrideAttribute (line 65) | public Builder overrideAttribute(String key, JsonBall value) { method overrideAttributes (line 70) | public Builder overrideAttributes(Map overrideAttr... method defaultAttribute (line 75) | public Builder defaultAttribute(String key, JsonBall value) { method defaultAttributes (line 80) | public Builder defaultAttributes(Map defaultAttrib... method automaticAttribute (line 85) | public Builder automaticAttribute(String key, JsonBall value) { method automaticAttributes (line 90) | public Builder automaticAttributes(Map automaticAt... method runListElement (line 95) | public Builder runListElement(String element) { method runList (line 100) | public Builder runList(Iterable runList) { method environment (line 108) | public Builder environment(String environment) { method build (line 113) | public Node build() { method Node (line 139) | @ConstructorProperties({ "name", "normal", "override", "default", "aut... method getName (line 152) | public String getName() { method getNormalAttributes (line 156) | public Map getNormalAttributes() { method getOverrideAttributes (line 160) | public Map getOverrideAttributes() { method getDefaultAttributes (line 164) | public Map getDefaultAttributes() { method getAutomaticAttributes (line 168) | public Map getAutomaticAttributes() { method getRunList (line 172) | public List getRunList() { method getEnvironment (line 179) | public String getEnvironment() { method hashCode (line 183) | @Override method equals (line 199) | @Override method toString (line 256) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/domain/Resource.java class Resource (line 32) | public class Resource { method builder (line 33) | public static Builder builder() { class Builder (line 37) | public static class Builder { method name (line 44) | public Builder name(String name) { method url (line 49) | public Builder url(URI url) { method checksum (line 54) | public Builder checksum(byte[] checksum) { method path (line 59) | public Builder path(String path) { method specificity (line 64) | public Builder specificity(String specificity) { method fromPayload (line 69) | public Builder fromPayload(FilePayload payload) { method build (line 77) | public Resource build() { method Resource (line 88) | @ConstructorProperties({ "name", "url", "checksum", "path", "specifici... method getName (line 97) | public String getName() { method getUrl (line 101) | public URI getUrl() { method getChecksum (line 105) | public byte[] getChecksum() { method getPath (line 109) | public String getPath() { method getSpecificity (line 113) | public String getSpecificity() { method hashCode (line 117) | @Override method equals (line 129) | @Override method toString (line 163) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/domain/Role.java class Role (line 40) | public class Role { method builder (line 41) | public static Builder builder() { class Builder (line 45) | public static class Builder { method name (line 56) | public Builder name(String name) { method description (line 61) | public Builder description(String description) { method overrideAttribute (line 66) | public Builder overrideAttribute(String key, JsonBall value) { method overrideAttributes (line 71) | public Builder overrideAttributes(Map overrideAttr... method defaultAttribute (line 76) | public Builder defaultAttribute(String key, JsonBall value) { method defaultAttributes (line 81) | public Builder defaultAttributes(Map defaultAttrib... method runListElement (line 86) | public Builder runListElement(String element) { method runList (line 91) | public Builder runList(Iterable runList) { method envRunList (line 96) | public Builder envRunList(Map> envRunList) { method envRunList (line 101) | public Builder envRunList(String name, List runList) { method envRunListElement (line 106) | public Builder envRunListElement(String name, String value) { method build (line 118) | public Role build() { method Role (line 150) | @ConstructorProperties({ "name", "description", "default_attributes", ... method getName (line 163) | public String getName() { method getDescription (line 167) | public String getDescription() { method getOverrideAttributes (line 171) | public Map getOverrideAttributes() { method getDefaultAttributes (line 175) | public Map getDefaultAttributes() { method getRunList (line 179) | public List getRunList() { method getEnvRunList (line 183) | public Map> getEnvRunList() { method hashCode (line 187) | @Override method equals (line 202) | @Override method toString (line 254) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/domain/Sandbox.java class Sandbox (line 34) | public class Sandbox { method builder (line 35) | public static Builder builder() { class Builder (line 39) | public static class Builder { method rev (line 47) | public Builder rev(String rev) { method isCompleted (line 52) | public Builder isCompleted(boolean isCompleted) { method createTime (line 57) | public Builder createTime(Date createTime) { method checksum (line 62) | public Builder checksum(String checksum) { method checksums (line 67) | public Builder checksums(Iterable checksums) { method name (line 72) | public Builder name(String name) { method guid (line 77) | public Builder guid(String guid) { method build (line 82) | public Sandbox build() { method Sandbox (line 103) | @ConstructorProperties({ "_rev", "is_completed", "create_time", "check... method getRev (line 114) | public String getRev() { method isCompleted (line 118) | public boolean isCompleted() { method getCreateTime (line 122) | public Date getCreateTime() { method getChecksums (line 126) | public Set getChecksums() { method getName (line 130) | public String getName() { method getGuid (line 134) | public String getGuid() { method hashCode (line 138) | @Override method equals (line 151) | @Override method toString (line 190) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/domain/SearchResult.java class SearchResult (line 26) | public class SearchResult extends LinkedHashSet { method SearchResult (line 30) | SearchResult() { method SearchResult (line 33) | public SearchResult(long start, Iterable results) { method getStart (line 42) | long getStart() { FILE: apis/chef/src/main/java/org/jclouds/chef/domain/UploadSandbox.java class UploadSandbox (line 35) | public class UploadSandbox { method builder (line 36) | public static Builder builder() { class Builder (line 40) | public static class Builder { method uri (line 45) | public Builder uri(URI uri) { method checksum (line 50) | public Builder checksum(List key, ChecksumStatus value) { method checksums (line 55) | public Builder checksums(Map, ChecksumStatus> checksums) { method sandboxId (line 60) | public Builder sandboxId(String sandboxId) { method build (line 65) | public UploadSandbox build() { method UploadSandbox (line 75) | @ConstructorProperties({ "uri", "checksums", "sandbox_id" }) method getUri (line 82) | public URI getUri() { method getChecksums (line 86) | public Map, ChecksumStatus> getChecksums() { method getSandboxId (line 90) | public String getSandboxId() { method hashCode (line 94) | @Override method equals (line 104) | @Override method toString (line 131) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/domain/User.java class User (line 29) | public class User { method builder (line 30) | public static Builder builder() { class Builder (line 34) | public static class Builder { method username (line 43) | public Builder username(String username) { method firstName (line 48) | public Builder firstName(String firstName) { method middleName (line 53) | public Builder middleName(String middleName) { method lastName (line 58) | public Builder lastName(String lastName) { method displayName (line 63) | public Builder displayName(String displayName) { method email (line 68) | public Builder email(String email) { method publicKey (line 73) | public Builder publicKey(PublicKey publicKey) { method build (line 78) | public User build() { method User (line 96) | @ConstructorProperties({ "username", "first_name", "middle_name", "las... method getUsername (line 108) | public String getUsername() { method getFirstName (line 112) | public String getFirstName() { method getMiddleName (line 116) | public String getMiddleName() { method getLastName (line 120) | public String getLastName() { method getDisplayName (line 124) | public String getDisplayName() { method getEmail (line 128) | public String getEmail() { method getPublicKey (line 132) | public PublicKey getPublicKey() { method hashCode (line 136) | @Override method equals (line 150) | @Override method toString (line 214) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/features/OrganizationApi.java type OrganizationApi (line 52) | @RequestFilters(SignedHeaderAuth.class) method getUser (line 64) | @Named("user:get") method listGroups (line 75) | @Named("group:list") method getGroup (line 88) | @Named("group:get") method createGroup (line 100) | @Named("group:create") method updateGroup (line 113) | @Named("group:update") method deleteGroup (line 125) | @Named("group:delete") FILE: apis/chef/src/main/java/org/jclouds/chef/filters/SignedHeaderAuth.java class SignedHeaderAuth (line 68) | @Singleton method SignedHeaderAuth (line 84) | @Inject method filter (line 96) | public HttpRequest filter(HttpRequest input) throws HttpException { method calculateAndReplaceAuthorizationHeaders (line 113) | @VisibleForTesting method createStringToSign (line 127) | public String createStringToSign(String request, String hashedPath, St... method hashPath (line 136) | @VisibleForTesting method canonicalPath (line 150) | @VisibleForTesting method hashBody (line 156) | @VisibleForTesting method useTheFilePartIfForm (line 171) | private Payload useTheFilePartIfForm(Payload payload) { method sign (line 190) | public String sign(String toSign) { FILE: apis/chef/src/main/java/org/jclouds/chef/functions/BootstrapConfigForGroup.java class BootstrapConfigForGroup (line 36) | @Singleton method BootstrapConfigForGroup (line 43) | @Inject method apply (line 50) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/functions/ClientForGroup.java class ClientForGroup (line 36) | @Singleton method ClientForGroup (line 40) | @Inject method apply (line 45) | @Override method findNextClientName (line 58) | private static String findNextClientName(Set clients, String p... FILE: apis/chef/src/main/java/org/jclouds/chef/functions/GroupToBootScript.java class GroupToBootScript (line 54) | @Singleton method GroupToBootScript (line 64) | @Inject method apply (line 75) | public Statement apply(String group, @Nullable String nodeName) { method createClientRbFile (line 102) | private Statement createClientRbFile(String clientRbFile, String group... method createAttributesFile (line 123) | private Statement createAttributesFile(String chefBootFile, BootstrapC... method addIfPresent (line 147) | private void addIfPresent(ImmutableList.Builder lines, String ... FILE: apis/chef/src/main/java/org/jclouds/chef/functions/ParseCookbookDefinitionFromJson.java class ParseCookbookDefinitionFromJson (line 31) | @Singleton method ParseCookbookDefinitionFromJson (line 37) | @Inject method apply (line 42) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/functions/ParseCookbookDefinitionListFromJson.java class ParseCookbookDefinitionListFromJson (line 35) | @Singleton method ParseCookbookDefinitionListFromJson (line 43) | @Inject method apply (line 48) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/functions/ParseCookbookNamesFromJson.java class ParseCookbookNamesFromJson (line 35) | @Singleton method ParseCookbookNamesFromJson (line 41) | @Inject method apply (line 46) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/functions/ParseCookbookVersionsFromJson.java class ParseCookbookVersionsFromJson (line 38) | @Singleton method ParseCookbookVersionsFromJson (line 44) | @Inject method apply (line 49) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/functions/ParseErrorFromJsonOrReturnBody.java class ParseErrorFromJsonOrReturnBody (line 30) | @Singleton method ParseErrorFromJsonOrReturnBody (line 35) | @Inject method apply (line 40) | @Override method parse (line 48) | public String parse(String in) { FILE: apis/chef/src/main/java/org/jclouds/chef/functions/ParseKeySetFromJson.java class ParseKeySetFromJson (line 30) | @Singleton method ParseKeySetFromJson (line 35) | @Inject method apply (line 40) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/functions/ParseSearchClientsFromJson.java class ParseSearchClientsFromJson (line 25) | @Singleton method ParseSearchClientsFromJson (line 30) | @Inject FILE: apis/chef/src/main/java/org/jclouds/chef/functions/ParseSearchDatabagFromJson.java class ParseSearchDatabagFromJson (line 41) | @Singleton class Row (line 48) | static class Row { class Response (line 53) | static class Response { method ParseSearchDatabagFromJson (line 58) | @Inject method apply (line 64) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/functions/ParseSearchEnvironmentsFromJson.java class ParseSearchEnvironmentsFromJson (line 25) | @Singleton method ParseSearchEnvironmentsFromJson (line 30) | @Inject FILE: apis/chef/src/main/java/org/jclouds/chef/functions/ParseSearchNodesFromJson.java class ParseSearchNodesFromJson (line 25) | @Singleton method ParseSearchNodesFromJson (line 30) | @Inject FILE: apis/chef/src/main/java/org/jclouds/chef/functions/ParseSearchResultFromJson.java class ParseSearchResultFromJson (line 30) | @Singleton class Response (line 35) | static class Response { method ParseSearchResultFromJson (line 40) | @Inject method apply (line 45) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/functions/ParseSearchRolesFromJson.java class ParseSearchRolesFromJson (line 25) | @Singleton method ParseSearchRolesFromJson (line 30) | @Inject FILE: apis/chef/src/main/java/org/jclouds/chef/functions/UriForResource.java class UriForResource (line 33) | @Singleton method apply (line 36) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/handlers/ChefApiErrorRetryHandler.java class ChefApiErrorRetryHandler (line 36) | public class ChefApiErrorRetryHandler implements HttpRetryHandler { method ChefApiErrorRetryHandler (line 47) | @Inject method shouldRetryRequest (line 52) | public boolean shouldRetryRequest(HttpCommand command, HttpResponse re... FILE: apis/chef/src/main/java/org/jclouds/chef/handlers/ChefErrorHandler.java class ChefErrorHandler (line 37) | @Singleton method ChefErrorHandler (line 43) | @Inject method handleError (line 48) | public void handleError(HttpCommand command, HttpResponse response) { FILE: apis/chef/src/main/java/org/jclouds/chef/internal/BaseChefService.java class BaseChefService (line 68) | @Singleton method BaseChefService (line 94) | @Inject method encrypt (line 124) | @Override method decrypt (line 131) | @Override method createBootstrapScriptForGroup (line 138) | @Override method createBootstrapScriptForGroup (line 143) | @Override method updateBootstrapConfigForGroup (line 148) | @Override method buildBootstrapConfiguration (line 167) | @VisibleForTesting method getBootstrapConfigForGroup (line 172) | @Override method cleanupStaleNodesAndClients (line 177) | @Override method createNodeAndPopulateAutomaticAttributes (line 182) | @Override method updateAutomaticAttributesOnNode (line 187) | @Override method deleteAllNodesInList (line 192) | @Override method deleteAllClientsInList (line 197) | @Override method listNodes (line 202) | @Override method listNodes (line 207) | @Override method listClients (line 212) | @Override method listClients (line 217) | @Override method listCookbookVersions (line 222) | @Override method listCookbookVersions (line 227) | @Override method listCookbookVersionsInEnvironment (line 232) | @Override method listCookbookVersionsInEnvironment (line 237) | @Override method listCookbookVersionsInEnvironment (line 243) | @Override method listCookbookVersionsInEnvironment (line 249) | @Override method listEnvironments (line 255) | @Override method listNodesInEnvironment (line 260) | @Override method listNodesInEnvironment (line 265) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/options/CreateClientOptions.java class CreateClientOptions (line 22) | public class CreateClientOptions implements Cloneable { method CreateClientOptions (line 26) | public CreateClientOptions() { method CreateClientOptions (line 29) | CreateClientOptions(final boolean admin) { method isAdmin (line 34) | public boolean isAdmin() { method admin (line 38) | public CreateClientOptions admin() { method clone (line 43) | @Override method toString (line 48) | @Override class Builder (line 53) | public static class Builder { method admin (line 57) | public static CreateClientOptions admin() { FILE: apis/chef/src/main/java/org/jclouds/chef/options/SearchOptions.java class SearchOptions (line 26) | public class SearchOptions extends BaseHttpRequestOptions { method query (line 31) | public SearchOptions query(String query) { method sort (line 39) | public SearchOptions sort(String sort) { method rows (line 47) | public SearchOptions rows(int rows) { method start (line 55) | public SearchOptions start(int start) { class Builder (line 60) | public static class Builder { method query (line 65) | public static SearchOptions query(String query) { method start (line 73) | public static SearchOptions start(String start) { method rows (line 81) | public static SearchOptions rows(int rows) { method start (line 89) | public static SearchOptions start(int start) { FILE: apis/chef/src/main/java/org/jclouds/chef/predicates/CookbookVersionPredicates.java class CookbookVersionPredicates (line 37) | public class CookbookVersionPredicates { method containsRecipe (line 41) | public static Predicate containsRecipe(String recipe) { method containsRecipes (line 55) | public static Predicate containsRecipes(String... rec... FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/CleanupStaleNodesAndClients.java type CleanupStaleNodesAndClients (line 27) | @ImplementedBy(CleanupStaleNodesAndClientsImpl.class) method execute (line 30) | void execute(String prefix, int secondsStale); FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/CreateNodeAndPopulateAutomaticAttributes.java type CreateNodeAndPopulateAutomaticAttributes (line 28) | @ImplementedBy(CreateNodeAndPopulateAutomaticAttributesImpl.class) method execute (line 30) | Node execute(Node node); method execute (line 32) | Node execute(String nodeName, Iterable runList); FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/DeleteAllClientsInList.java type DeleteAllClientsInList (line 27) | @ImplementedBy(DeleteAllClientsInListImpl.class) method execute (line 30) | void execute(Iterable names); method execute (line 32) | void execute(ListeningExecutorService executor, Iterable names); FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/DeleteAllNodesInList.java type DeleteAllNodesInList (line 24) | @ImplementedBy(DeleteAllNodesInListImpl.class) method execute (line 27) | void execute(Iterable names); method execute (line 29) | void execute(ListeningExecutorService executor, Iterable names); FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/ListClients.java type ListClients (line 25) | @ImplementedBy(ListClientsImpl.class) method execute (line 28) | Iterable execute(); method execute (line 30) | Iterable execute(ExecutorService executor); FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/ListCookbookVersions.java type ListCookbookVersions (line 25) | @ImplementedBy(ListCookbookVersionsImpl.class) method execute (line 28) | Iterable execute(); method execute (line 30) | Iterable execute(ExecutorService executor); FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/ListCookbookVersionsInEnvironment.java type ListCookbookVersionsInEnvironment (line 25) | @ImplementedBy(ListCookbookVersionsInEnvironmentImpl.class) method execute (line 28) | Iterable execute(String environmentName); method execute (line 30) | Iterable execute(String environmentName, St... method execute (line 32) | Iterable execute(ExecutorService executor, ... method execute (line 34) | Iterable execute(ExecutorService executor, ... FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/ListEnvironments.java type ListEnvironments (line 25) | @ImplementedBy(ListEnvironmentsImpl.class) method execute (line 28) | Iterable execute(); method execute (line 30) | Iterable execute(ExecutorService executor); FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/ListNodes.java type ListNodes (line 25) | @ImplementedBy(ListNodesImpl.class) method execute (line 28) | Iterable execute(); method execute (line 30) | Iterable execute(ExecutorService executor); FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/ListNodesInEnvironment.java type ListNodesInEnvironment (line 25) | @ImplementedBy(ListNodesInEnvironmentImpl.class) method execute (line 28) | Iterable execute(String environmentName); method execute (line 30) | Iterable execute(ExecutorService executor, String envi... FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/UpdateAutomaticAttributesOnNode.java type UpdateAutomaticAttributesOnNode (line 27) | @ImplementedBy(UpdateAutomaticAttributesOnNodeImpl.class) method execute (line 30) | void execute(String nodeName); FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/internal/BaseListCookbookVersionsImpl.java class BaseListCookbookVersionsImpl (line 36) | public abstract class BaseListCookbookVersionsImpl { method BaseListCookbookVersionsImpl (line 42) | BaseListCookbookVersionsImpl(ChefApi api) { method execute (line 46) | protected Iterable execute(Iterable... method executeConcurrently (line 69) | protected Iterable executeConcurrently(fina... FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/internal/BaseListNodesImpl.java class BaseListNodesImpl (line 35) | public abstract class BaseListNodesImpl { method BaseListNodesImpl (line 41) | BaseListNodesImpl(ChefApi api) { method execute (line 45) | protected Iterable execute(Iterable toGet) { method executeConcurrently (line 59) | protected Iterable executeConcurrently(final Listening... FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/internal/CleanupStaleNodesAndClientsImpl.java class CleanupStaleNodesAndClientsImpl (line 50) | @Singleton method CleanupStaleNodesAndClientsImpl (line 60) | @Inject method execute (line 68) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/internal/CreateNodeAndPopulateAutomaticAttributesImpl.java class CreateNodeAndPopulateAutomaticAttributesImpl (line 42) | @Singleton method CreateNodeAndPopulateAutomaticAttributesImpl (line 52) | @Inject method execute (line 59) | @Override method execute (line 79) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/internal/DeleteAllClientsInListImpl.java class DeleteAllClientsInListImpl (line 47) | @Singleton method DeleteAllClientsInListImpl (line 56) | @Inject method execute (line 62) | @Override method execute (line 67) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/internal/DeleteAllNodesInListImpl.java class DeleteAllNodesInListImpl (line 44) | @Singleton method DeleteAllNodesInListImpl (line 53) | @Inject method execute (line 59) | @Override method execute (line 64) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/internal/ListClientsImpl.java class ListClientsImpl (line 46) | @Singleton method ListClientsImpl (line 54) | @Inject method execute (line 59) | @Override method execute (line 79) | @Override method execute (line 85) | private Iterable execute(ListeningExecutorService li... method executeConcurrently (line 89) | private Iterable executeConcurrently(final Listening... FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/internal/ListCookbookVersionsImpl.java class ListCookbookVersionsImpl (line 33) | @Singleton method ListCookbookVersionsImpl (line 40) | @Inject method execute (line 45) | @Override method execute (line 50) | @Override method executeConcurrently (line 56) | private Iterable executeConcurrently(Listen... FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/internal/ListCookbookVersionsInEnvironmentImpl.java class ListCookbookVersionsInEnvironmentImpl (line 38) | @Singleton method ListCookbookVersionsInEnvironmentImpl (line 46) | @Inject method execute (line 51) | @Override method execute (line 64) | @Override method execute (line 77) | @Override method execute (line 83) | @Override method executeConcurrently (line 90) | private Iterable executeConcurrently(Listen... method executeConcurrently (line 104) | private Iterable executeConcurrently(Listen... FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/internal/ListEnvironmentsImpl.java class ListEnvironmentsImpl (line 50) | @Singleton method ListEnvironmentsImpl (line 59) | @Inject method execute (line 65) | @Override method execute (line 70) | @Override method execute (line 75) | private Iterable execute(ListeningExecutorServi... method execute (line 79) | private Iterable execute(final ListeningExecuto... FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/internal/ListNodesImpl.java class ListNodesImpl (line 34) | @Singleton method ListNodesImpl (line 42) | @Inject method execute (line 47) | @Override method execute (line 52) | @Override method executeConcurrently (line 58) | private Iterable executeConcurrently(ListeningExecutor... FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/internal/ListNodesInEnvironmentImpl.java class ListNodesInEnvironmentImpl (line 34) | @Singleton method ListNodesInEnvironmentImpl (line 41) | @Inject method execute (line 46) | @Override method execute (line 51) | @Override method executeConcurrently (line 57) | private Iterable executeConcurrently(ListeningExecutor... FILE: apis/chef/src/main/java/org/jclouds/chef/strategy/internal/UpdateAutomaticAttributesOnNodeImpl.java class UpdateAutomaticAttributesOnNodeImpl (line 42) | @Singleton method UpdateAutomaticAttributesOnNodeImpl (line 52) | @Inject method execute (line 58) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/suppliers/ChefVersionSupplier.java class ChefVersionSupplier (line 39) | @Singleton method ChefVersionSupplier (line 52) | @Inject method get (line 57) | @Override FILE: apis/chef/src/main/java/org/jclouds/chef/util/ChefUtils.java class ChefUtils (line 36) | public class ChefUtils { method fromOhaiTime (line 38) | public static Date fromOhaiTime(JsonBall ohaiDate) { method toOhaiTime (line 42) | public static JsonBall toOhaiTime(long millis) { method ohaiAutomaticAttributeBinder (line 46) | public static MapBinder> ohaiAutomaticAttri... method findRoleInRunList (line 57) | public static String findRoleInRunList(List runList) { FILE: apis/chef/src/main/java/org/jclouds/chef/util/CollectionUtils.java class CollectionUtils (line 32) | public class CollectionUtils { method copyOfOrEmpty (line 42) | public static ImmutableList copyOfOrEmpty(@Nullable List inp... method copyOfOrEmpty (line 54) | public static ImmutableSet copyOfOrEmpty(@Nullable Set input) { method copyOfOrEmpty (line 66) | public static ImmutableMap copyOfOrEmpty(@Nullable Map build() { FILE: apis/chef/src/main/java/org/jclouds/ohai/AutomaticSupplier.java class AutomaticSupplier (line 32) | @Singleton method AutomaticSupplier (line 37) | @Inject method get (line 43) | @Override FILE: apis/chef/src/main/java/org/jclouds/ohai/config/JMXOhaiModule.java class JMXOhaiModule (line 34) | @ConfiguresOhai method guiceProvideRuntimeMXBean (line 37) | @Provides method provideRuntimeMXBean (line 43) | protected RuntimeMXBean provideRuntimeMXBean() { method bindOhai (line 47) | @Override FILE: apis/chef/src/main/java/org/jclouds/ohai/config/OhaiModule.java class OhaiModule (line 50) | @ConfiguresOhai method configure (line 53) | @Override method guiceProvideAutomatic (line 61) | @Provides method provideAutomatic (line 67) | protected Supplier> provideAutomatic(AutomaticSu... method provideAutomatic (line 71) | @Provides method provideSystemProperties (line 79) | @Named("systemProperties") method systemProperties (line 85) | protected Properties systemProperties() { method bindOhai (line 89) | public MapBinder> bindOhai() { class OhaiTimeProvider (line 99) | @Singleton method OhaiTimeProvider (line 103) | @Inject method get (line 108) | @Override method provideMillis (line 115) | @Provides method millis (line 121) | protected Long millis() { class SystemPropertiesProvider (line 125) | @Singleton method SystemPropertiesProvider (line 131) | @Inject method get (line 137) | @Override class PlatformProvider (line 144) | @Singleton method PlatformProvider (line 147) | @Inject method get (line 152) | @Override class PlatformVersionProvider (line 160) | @Singleton method PlatformVersionProvider (line 163) | @Inject class CurrentUserProvider (line 170) | @Singleton method CurrentUserProvider (line 173) | @Inject class SystemPropertyProvider (line 180) | public static class SystemPropertyProvider implements Supplier mergeSameKeys(Multimap keyParts, JsonBall toInsert, Map extends BaseRestApiExpect... method BaseChefApiExpectTest (line 35) | public BaseChefApiExpectTest() { method signed (line 42) | protected HttpRequest signed(HttpRequest input) { FILE: apis/chef/src/test/java/org/jclouds/chef/ChefApiDelegationTest.java class ChefApiDelegationTest (line 27) | @Test(groups = "unit", testName = "ChefApiDelegationTest") method testOrganizationApiNotAvailableInOldVersions (line 30) | public void testOrganizationApiNotAvailableInOldVersions() throws IOEx... method testOrganizationApiPresentInRecentVersions (line 43) | public void testOrganizationApiPresentInRecentVersions() throws IOExce... FILE: apis/chef/src/test/java/org/jclouds/chef/ChefApiExpectTest.java class ChefApiExpectTest (line 43) | @Test(groups = "unit", testName = "ChefApiExpectTest") method getHttpRequestBuilder (line 46) | private HttpRequest.Builder getHttpRequestBuilder(String method, St... method testListClientsReturnsValidSet (line 54) | public void testListClientsReturnsValidSet() { method testListClientsReturnsEmptySetOn404 (line 65) | public void testListClientsReturnsEmptySetOn404() { method testListNodesReturnsValidSet (line 74) | public void testListNodesReturnsValidSet() { method testListNodesReturnsEmptySetOn404 (line 85) | public void testListNodesReturnsEmptySetOn404() { method testListRecipesInEnvironmentReturnsValidSet (line 93) | public void testListRecipesInEnvironmentReturnsValidSet() { method testListRecipesInEnvironmentReturnsEmptySetOn404 (line 104) | public void testListRecipesInEnvironmentReturnsEmptySetOn404() { method testListNodesInEnvironmentReturnsValidSet (line 112) | public void testListNodesInEnvironmentReturnsValidSet() { method testListNodesInEnvironmentReturnsEmptySetOn404 (line 123) | public void testListNodesInEnvironmentReturnsEmptySetOn404() { method testListCookbooksReturnsValidSet (line 131) | public void testListCookbooksReturnsValidSet() { method testListCookbooksReturnsEmptySetOn404 (line 142) | public void testListCookbooksReturnsEmptySetOn404() { method testListCookbooksInEnvironmentReturnsValidSet (line 150) | public void testListCookbooksInEnvironmentReturnsValidSet() { method testListCookbooksInEnvironmentReturnsEmptySetOn404 (line 160) | public void testListCookbooksInEnvironmentReturnsEmptySetOn404() { method testListCookbooksInEnvironmentWithNumVersionReturnsEmptySetOn404 (line 168) | public void testListCookbooksInEnvironmentWithNumVersionReturnsEmptySe... method testSearchRolesReturnsValidResult (line 176) | public void testSearchRolesReturnsValidResult() { method testSearchRolesReturnsEmptyResult (line 187) | public void testSearchRolesReturnsEmptyResult() { method testSearchRolesWithOptionsReturnsValidResult (line 197) | public void testSearchRolesWithOptionsReturnsValidResult() { method testSearchRolesWithOptionsReturnsEmptyResult (line 209) | public void testSearchRolesWithOptionsReturnsEmptyResult() { method testListRolesReturnsValidSet (line 220) | public void testListRolesReturnsValidSet() { method testListRolesReturnsEmptySetOn404 (line 231) | public void testListRolesReturnsEmptySetOn404() { method testListDatabagsReturnsValidSet (line 239) | public void testListDatabagsReturnsValidSet() { method testListDatabagsReturnsEmptySetOn404 (line 250) | public void testListDatabagsReturnsEmptySetOn404() { method createModule (line 258) | @Override class TestChefHttpApiModule (line 263) | @ConfiguresHttpApi method provideTimeStamp (line 265) | @Override method createApiMetadata (line 271) | @Override FILE: apis/chef/src/test/java/org/jclouds/chef/ChefApiLiveTest.java class ChefApiLiveTest (line 75) | @Test(groups = { "live", "integration" }) method testCreateNewCookbook (line 87) | public void testCreateNewCookbook() throws Exception { method uploadAndGetFilePayload (line 113) | private FilePayload uploadAndGetFilePayload(File file) throws IOExcept... method testListCookbooks (line 143) | public void testListCookbooks() throws Exception { method testListCookbookVersionsWithChefService (line 158) | @Test(dependsOnMethods = "testListCookbooks") method testDownloadCookbooks (line 164) | @Test(dependsOnMethods = "testListCookbookVersionsWithChefService") method testUpdateCookbook (line 182) | @Test(dependsOnMethods = "testCreateNewCookbook") method testDeleteCookbook (line 189) | @Test(dependsOnMethods = { "testCreateNewCookbook", "testUpdateCookboo... method testCreateClient (line 194) | @Test method testCreateAdminClient (line 201) | @Test method testGenerateKeyForClient (line 208) | @Test(dependsOnMethods = "testCreateClient") method testListNodes (line 214) | @Test method testCreateNode (line 220) | @Test(dependsOnMethods = "testCreateRole") method testUpdateNode (line 231) | @Test(dependsOnMethods = "testCreateNode") method testListRoles (line 239) | @Test method testCreateRole (line 245) | @Test method testUpdateRole (line 270) | @Test(dependsOnMethods = "testCreateRole") method testListDatabags (line 278) | @Test method testCreateDatabag (line 284) | @Test method testListDatabagItems (line 290) | @Test(dependsOnMethods = "testCreateDatabagItem") method testCreateDatabagItem (line 296) | @Test(dependsOnMethods = "testCreateDatabag") method testUpdateDatabagItem (line 315) | @Test(dependsOnMethods = "testCreateDatabagItem") method testDeleteDatabagItem (line 323) | @Test(dependsOnMethods = "testSearchDatabagWithOptions") method testListSearchIndexes (line 333) | @Test method testSearchNodes (line 342) | @Test method testSearchNodesWithOptions (line 348) | @Test(dependsOnMethods = { "testListSearchIndexes", "testCreateNode" }) method testSearchClients (line 370) | @Test method testSearchClientsWithOptions (line 376) | @Test(dependsOnMethods = { "testListSearchIndexes", "testCreateClient" }) method testSearchRoles (line 398) | @Test method testSearchRolesWithOptions (line 404) | @Test(dependsOnMethods = { "testListSearchIndexes", "testCreateRole" }) method testSearchDatabag (line 426) | @Test(dependsOnMethods = { "testListSearchIndexes", "testCreateDatabag... method testSearchDatabagWithOptions (line 432) | @Test(dependsOnMethods = { "testListSearchIndexes", "testCreateDatabag... method testSearchDatabagNotFound (line 454) | @Test(expectedExceptions = ResourceNotFoundException.class, dependsOnM... method testCreateEnvironment (line 460) | @Test method testListEnvironment (line 470) | @Test(dependsOnMethods = "testCreateEnvironment") method testSearchEnvironments (line 477) | @Test(dependsOnMethods = "testCreateEnvironment") method testSearchEnvironmentsWithOptions (line 483) | @Test(dependsOnMethods = { "testListSearchIndexes", "testCreateEnviron... method testListRecipesInEnvironment (line 505) | @Test(dependsOnMethods = "testCreateEnvironment") method testListNodesInEnvironment (line 511) | @Test(dependsOnMethods = "testCreateEnvironment") method testListCookbooksInEnvironment (line 521) | @Test(dependsOnMethods = "testCreateNewCookbook") method tearDown (line 531) | @AfterClass(groups = { "live", "integration" }) method assertClientCreated (line 544) | private void assertClientCreated(String identity, String credential) { FILE: apis/chef/src/test/java/org/jclouds/chef/ChefApiMetadataTest.java class ChefApiMetadataTest (line 26) | @Test(groups = "unit", testName = "ChefApiMetadataTest") method ChefApiMetadataTest (line 30) | public ChefApiMetadataTest() { FILE: apis/chef/src/test/java/org/jclouds/chef/ChefApiTest.java class ChefApiTest (line 73) | @Test(groups = { "unit" }) method testCommitSandbox (line 76) | public void testCommitSandbox() throws SecurityException, NoSuchMethod... method testCreateUploadSandboxForChecksums (line 95) | public void testCreateUploadSandboxForChecksums() throws SecurityExcep... method testUploadContent (line 115) | public void testUploadContent() throws SecurityException, NoSuchMethod... method testGetCookbook (line 132) | public void testGetCookbook() throws SecurityException, NoSuchMethodEx... method testDeleteCookbook (line 149) | public void testDeleteCookbook() throws SecurityException, NoSuchMetho... method testUpdateCookbook (line 166) | public void testUpdateCookbook() throws SecurityException, NoSuchMetho... method testListVersionsOfCookbook (line 192) | public void testListVersionsOfCookbook() throws SecurityException, NoS... method testDeleteClient (line 210) | public void testDeleteClient() throws SecurityException, NoSuchMethodE... method testCreateApi (line 227) | public void testCreateApi() throws SecurityException, NoSuchMethodExce... method testCreateAdminApi (line 244) | public void testCreateAdminApi() throws SecurityException, NoSuchMetho... method testGenerateKeyForClient (line 262) | public void testGenerateKeyForClient() throws SecurityException, NoSuc... method testDeleteNode (line 279) | public void testDeleteNode() throws SecurityException, NoSuchMethodExc... method testCreateNode (line 295) | public void testCreateNode() throws SecurityException, NoSuchMethodExc... method testUpdateNode (line 318) | public void testUpdateNode() throws SecurityException, NoSuchMethodExc... method testDeleteRole (line 341) | public void testDeleteRole() throws SecurityException, NoSuchMethodExc... method testCreateRole (line 357) | public void testCreateRole() throws SecurityException, NoSuchMethodExc... method testUpdateRole (line 382) | public void testUpdateRole() throws SecurityException, NoSuchMethodExc... method testDeleteDatabag (line 407) | public void testDeleteDatabag() throws SecurityException, NoSuchMethod... method testCreateDatabag (line 424) | public void testCreateDatabag() throws SecurityException, NoSuchMethod... method testDeleteDatabagItem (line 441) | public void testDeleteDatabagItem() throws SecurityException, NoSuchMe... method testCreateDatabagItemThrowsIllegalArgumentOnPrimitive (line 457) | @Test(expectedExceptions = IllegalArgumentException.class) method testCreateDatabagItemThrowsIllegalArgumentOnWrongId (line 481) | @Test(expectedExceptions = IllegalArgumentException.class) method testCreateDatabagItem (line 505) | public void testCreateDatabagItem() throws SecurityException, NoSuchMe... method testCreateDatabagItemEvenWhenUserForgotId (line 523) | public void testCreateDatabagItemEvenWhenUserForgotId() throws Securit... method testUpdateDatabagItem (line 541) | public void testUpdateDatabagItem() throws SecurityException, NoSuchMe... method testListDatabagItems (line 560) | public void testListDatabagItems() throws SecurityException, NoSuchMet... method testListSearchIndexes (line 577) | public void testListSearchIndexes() throws SecurityException, NoSuchMe... method testSearchClients (line 595) | public void testSearchClients() throws SecurityException, NoSuchMethod... method testSearchClientsWithOptions (line 612) | public void testSearchClientsWithOptions() throws SecurityException, N... method testSearchNodes (line 630) | public void testSearchNodes() throws SecurityException, NoSuchMethodEx... method testSearchNodesWithOptions (line 647) | public void testSearchNodesWithOptions() throws SecurityException, NoS... method testSearchDatabagItems (line 665) | public void testSearchDatabagItems() throws SecurityException, NoSuchM... method testSearchDatabagItemsWithOptions (line 682) | public void testSearchDatabagItemsWithOptions() throws SecurityExcepti... method testGetResourceContents (line 700) | public void testGetResourceContents() throws SecurityException, NoSuch... method checkFilters (line 718) | @Override method createModule (line 724) | @Override method setupProperties (line 729) | @Override class TestChefHttpApiModule (line 736) | @ConfiguresHttpApi method provideTimeStamp (line 738) | @Override method createApiMetadata (line 744) | @Override FILE: apis/chef/src/test/java/org/jclouds/chef/binders/BindGroupToUpdateRequestJsonPayloadTest.java class BindGroupToUpdateRequestJsonPayloadTest (line 40) | @Test(groups = "unit", testName = "BindGroupToUpdateRequestJsonPayloadTe... method configure (line 44) | @Override method testInvalidNullInput (line 52) | @Test(expectedExceptions = NullPointerException.class) method testInvalidTypeInput (line 58) | @Test(expectedExceptions = IllegalArgumentException.class) method testBindOnlyName (line 64) | public void testBindOnlyName() throws IOException { method testBindNameAndLists (line 72) | public void testBindNameAndLists() throws IOException { FILE: apis/chef/src/test/java/org/jclouds/chef/binders/BindHexEncodedMD5sToJsonPayloadTest.java class BindHexEncodedMD5sToJsonPayloadTest (line 39) | @Test(groups = { "unit" }) method configure (line 43) | @Override method testMustBeIterable (line 51) | @Test(expectedExceptions = IllegalArgumentException.class) method testCorrect (line 57) | public void testCorrect() { method testNullIsBad (line 64) | @Test(expectedExceptions = { NullPointerException.class, IllegalStateE... FILE: apis/chef/src/test/java/org/jclouds/chef/binders/GroupNameTest.java class GroupNameTest (line 29) | @Test(groups = "unit", testName = "GroupNameTest") method testInvalidNullInput (line 32) | @Test(expectedExceptions = NullPointerException.class) method testApplyGroupName (line 37) | public void testApplyGroupName() throws IOException { FILE: apis/chef/src/test/java/org/jclouds/chef/config/ChefParserModuleTest.java class ChefParserModuleTest (line 40) | @Test(groups = "unit", testName = "ChefParserModuleTest") class KeyValue (line 43) | private static class KeyValue { method KeyValue (line 47) | private KeyValue(String key, String value) { method hashCode (line 52) | @Override method equals (line 57) | @Override method testKeepLastRepeatedKeyMapTypeAdapter (line 77) | public void testKeepLastRepeatedKeyMapTypeAdapter() { method testListInMap (line 103) | public void testListInMap() { FILE: apis/chef/src/test/java/org/jclouds/chef/domain/RoleTest.java class RoleTest (line 34) | @Test(groups = { "unit" }) method canNotAddEnvRunListMapThatIsNull (line 36) | @Test(expectedExceptions = NullPointerException.class) method canNotAddRunListForEnvironmentThatIsNull (line 41) | @Test(expectedExceptions = NullPointerException.class) method canNotUseNullEnvNameWhenAddingEnvRunListEntry (line 46) | @Test(expectedExceptions = NullPointerException.class) method canNotUseNullEntryWhenAddingEnvRunListEntry (line 51) | @Test(expectedExceptions = NullPointerException.class) method multipleEnvRunListsCanBePopulated (line 56) | public void multipleEnvRunListsCanBePopulated() { method envRunListOnNewlyBuiltRoleIsImmutable (line 72) | @Test(expectedExceptions = UnsupportedOperationException.class) method envRunListEntriesOnNewlyBuiltRoleIsImmutable (line 79) | @Test(expectedExceptions = UnsupportedOperationException.class) method rolesWithSameEnvRunListAreEqual (line 86) | public void rolesWithSameEnvRunListAreEqual() { method rolesWithDifferentEnvRunListAreNotEqual (line 98) | public void rolesWithDifferentEnvRunListAreNotEqual() { method verifyRunListForEnvironment (line 110) | @Test(enabled = false) FILE: apis/chef/src/test/java/org/jclouds/chef/features/OrganizationApiExpectTest.java class OrganizationApiExpectTest (line 48) | @Test(groups = "unit", testName = "OrganizationApiExpectTest") method testGetUserReturns2xx (line 51) | public void testGetUserReturns2xx() { method testGetUserReturns404 (line 67) | public void testGetUserReturns404() { method testListGroups (line 79) | public void testListGroups() { method testGetGroupReturns2xx (line 95) | public void testGetGroupReturns2xx() { method testGetGroupReturns404 (line 111) | public void testGetGroupReturns404() { method testCreateGroupReturns2xx (line 123) | public void testCreateGroupReturns2xx() { method testDeleteGroupReturns2xx (line 136) | public void testDeleteGroupReturns2xx() { method testDeleteGroupFailsOn404 (line 148) | @Test(expectedExceptions = HttpResponseException.class) method testUpdateGroupReturns2xx (line 161) | public void testUpdateGroupReturns2xx() { method testUpdateGroupFailsOn404 (line 175) | @Test(expectedExceptions = ResourceNotFoundException.class) method createModule (line 190) | @Override class TestChefHttpApiModule (line 195) | @ConfiguresHttpApi method provideTimeStamp (line 197) | @Override method createApiMetadata (line 203) | @Override FILE: apis/chef/src/test/java/org/jclouds/chef/features/OrganizationApiLiveTest.java class OrganizationApiLiveTest (line 39) | @Test(groups = "live", singleThreaded = true, testName = "OrganizationAp... method skipIfApiNotAvailable (line 45) | @BeforeMethod method testGetUser (line 54) | public void testGetUser() { method testGetUnexistingUser (line 60) | public void testGetUnexistingUser() { method testListGroups (line 65) | public void testListGroups() { method testGetUnexistingGroup (line 71) | public void testGetUnexistingGroup() { method testCreateGroup (line 76) | public void testCreateGroup() { method testUpdateGroup (line 83) | @Test(dependsOnMethods = "testCreateGroup") method testUpdateUnexistingGroup (line 103) | @Test(expectedExceptions = ResourceNotFoundException.class) method testDeleteGroup (line 108) | @Test(dependsOnMethods = "testUpdateGroup", alwaysRun = true) method testDeleteUnexistingGroup (line 115) | @Test(expectedExceptions = ResourceNotFoundException.class) FILE: apis/chef/src/test/java/org/jclouds/chef/filters/SignedHeaderAuthTest.java class SignedHeaderAuthTest (line 56) | @Test(groups = { "unit" }) method canonicalizedPathRemovesMultipleSlashes (line 118) | @Test method canonicalizedPathRemovesTrailingSlash (line 123) | @Test method shouldGenerateTheCorrectStringToSignAndSignature (line 128) | @Test method shouldGenerateTheCorrectStringToSignAndSignatureWithNoBody (line 149) | @Test method shouldNotChokeWhenSigningARequestForAResourceWithALongName (line 161) | @Test method shouldReplacePercentage3FWithQuestionMarkAtUrl (line 172) | @Test method createFilter (line 190) | @BeforeClass FILE: apis/chef/src/test/java/org/jclouds/chef/functions/BootstrapConfigForGroupTest.java class BootstrapConfigForGroupTest (line 40) | @Test(groups = "unit", testName = "BootstrapConfigForGroupTest") method setup (line 45) | @BeforeClass method testWhenNoDatabagItem (line 51) | @Test(expectedExceptions = IllegalStateException.class) method testReturnsItem (line 66) | @Test FILE: apis/chef/src/test/java/org/jclouds/chef/functions/ClientForGroupTest.java class ClientForGroupTest (line 34) | @Test(groups = "unit", testName = "ClientForGroupTest") method testWhenNoClientsInList (line 37) | public void testWhenNoClientsInList() throws IOException { method testWhenClientsInListAddsToEnd (line 60) | public void testWhenClientsInListAddsToEnd() throws IOException { method testWhenClientsInListReplacesMissing (line 84) | public void testWhenClientsInListReplacesMissing() throws IOException { FILE: apis/chef/src/test/java/org/jclouds/chef/functions/GroupToBootScriptTest.java class GroupToBootScriptTest (line 62) | @Test(groups = "unit", testName = "GroupToBootScriptTest") method setup (line 69) | @BeforeClass method testMustHaveValidatorName (line 96) | @Test(expectedExceptions = IllegalStateException.class) method testMustHaveValidatorCredential (line 105) | @Test(expectedExceptions = IllegalStateException.class) method testMustHaveRunScriptsName (line 113) | @Test(expectedExceptions = IllegalArgumentException.class, expectedExc... method testMustHaveRunScriptsValue (line 122) | @Test(expectedExceptions = NullPointerException.class, expectedExcepti... method testOneRecipe (line 131) | public void testOneRecipe() throws IOException { method testOneRecipeAndEnvironment (line 151) | public void testOneRecipeAndEnvironment() throws IOException { method testOneRecipeOmnibus (line 171) | public void testOneRecipeOmnibus() throws IOException { method testOneRecipeAndEnvironmentOmnibus (line 189) | public void testOneRecipeAndEnvironmentOmnibus() throws IOException { method testNoAttribtues (line 207) | public void testNoAttribtues() throws IOException { method testCustomNodeName (line 225) | public void testCustomNodeName() throws IOException { method testCustomSecurityOptions (line 243) | public void testCustomSecurityOptions() throws IOException { method exitInsteadOfReturn (line 263) | private static String exitInsteadOfReturn(OsFamily family, String inpu... method groupToBootScriptFor (line 267) | private GroupToBootScript groupToBootScriptFor(BootstrapConfig config,... method readContent (line 274) | private static String readContent(String resource) throws IOException { FILE: apis/chef/src/test/java/org/jclouds/chef/functions/ParseClientFromJsonTest.java class ParseClientFromJsonTest (line 60) | @Test(groups = { "unit" }) method setUpInjector (line 71) | @BeforeTest method testClientWithPubKey (line 91) | public void testClientWithPubKey() throws IOException, CertificateExce... method testClientWithoutPubKey (line 101) | public void testClientWithoutPubKey() throws IOException, CertificateE... method testEncryptionWithClientPriv (line 111) | @SuppressWarnings("resource") FILE: apis/chef/src/test/java/org/jclouds/chef/functions/ParseCookbookDefinitionFromJsonTest.java class ParseCookbookDefinitionFromJsonTest (line 38) | @Test(groups = { "unit" }, singleThreaded = true) method setUpInjector (line 44) | @BeforeTest method testCookbokDefinitionParsing (line 56) | public void testCookbokDefinitionParsing() throws URISyntaxException { FILE: apis/chef/src/test/java/org/jclouds/chef/functions/ParseCookbookDefinitionListFromJsonTest.java class ParseCookbookDefinitionListFromJsonTest (line 39) | @Test(groups = {"unit"}, singleThreaded = true) method setUpInjector (line 44) | @BeforeTest method testCookbokDefinitionListParsing (line 56) | public void testCookbokDefinitionListParsing() throws URISyntaxExcepti... FILE: apis/chef/src/test/java/org/jclouds/chef/functions/ParseCookbookNamesFromJsonTest.java class ParseCookbookNamesFromJsonTest (line 39) | @Test(groups = { "unit" }, singleThreaded = true) method setUpInjector (line 44) | @BeforeTest method testParse010Response (line 56) | public void testParse010Response() { FILE: apis/chef/src/test/java/org/jclouds/chef/functions/ParseCookbookVersionFromJsonTest.java class ParseCookbookVersionFromJsonTest (line 48) | @Test(groups = { "unit" }, singleThreaded = true) method setUpInjector (line 55) | @BeforeTest method testBrew (line 69) | public void testBrew() throws IOException { method testTomcat (line 77) | public void testTomcat() { method testMysql (line 85) | public void testMysql() throws IOException { method testApache (line 93) | public void testApache() { FILE: apis/chef/src/test/java/org/jclouds/chef/functions/ParseCookbookVersionsFromJsonTest.java class ParseCookbookVersionsFromJsonTest (line 39) | @Test(groups = { "unit" }, singleThreaded = true) method setUpInjector (line 44) | @BeforeTest method testRegex (line 56) | public void testRegex() { FILE: apis/chef/src/test/java/org/jclouds/chef/functions/ParseDataBagItemFromJsonTest.java class ParseDataBagItemFromJsonTest (line 40) | @Test(groups = { "unit" }) method setUpInjector (line 45) | @BeforeTest method test1 (line 59) | public void test1() { FILE: apis/chef/src/test/java/org/jclouds/chef/functions/ParseErrorFromJsonOrReturnBodyTest.java class ParseErrorFromJsonOrReturnBodyTest (line 29) | @Test(groups = { "unit" }) method testApplyInputStreamDetails (line 32) | @Test FILE: apis/chef/src/test/java/org/jclouds/chef/functions/ParseKeySetFromJsonTest.java class ParseKeySetFromJsonTest (line 39) | @Test(groups = { "unit" }, singleThreaded = true) method setUpInjector (line 44) | @BeforeTest method testRegex (line 56) | public void testRegex() { FILE: apis/chef/src/test/java/org/jclouds/chef/functions/ParseNodeFromJsonTest.java class ParseNodeFromJsonTest (line 43) | @Test(groups = { "unit" }, singleThreaded = true) method setUpInjector (line 48) | @BeforeTest method test (line 61) | public void test() { FILE: apis/chef/src/test/java/org/jclouds/chef/functions/ParseSandboxFromJsonTest.java class ParseSandboxFromJsonTest (line 43) | @Test(groups = { "unit" }, singleThreaded = true) method setUpInjector (line 49) | @BeforeTest method test (line 63) | public void test() { FILE: apis/chef/src/test/java/org/jclouds/chef/functions/ParseSearchDataBagItemFromJsonTest.java class ParseSearchDataBagItemFromJsonTest (line 37) | @Test(groups = { "unit" }) method setUpInjector (line 41) | @BeforeTest method test1 (line 53) | public void test1() { FILE: apis/chef/src/test/java/org/jclouds/chef/functions/ParseUploadSandboxFromJsonTest.java class ParseUploadSandboxFromJsonTest (line 46) | @Test(groups = { "unit" }, singleThreaded = true) method setUpInjector (line 52) | @BeforeTest method test (line 65) | public void test() { FILE: apis/chef/src/test/java/org/jclouds/chef/functions/UriForResourceTest.java class UriForResourceTest (line 31) | @Test(groups = { "unit" }) method testWithNullInput (line 34) | @Test(expectedExceptions = NullPointerException.class) method testWithInvalidInput (line 40) | @Test(expectedExceptions = IllegalArgumentException.class) method testWithValidResource (line 46) | @Test FILE: apis/chef/src/test/java/org/jclouds/chef/handlers/ChefApiErrorRetryHandlerTest.java class ChefApiErrorRetryHandlerTest (line 33) | @Test(groups = { "unit" }) method test401DoesNotRetry (line 35) | @Test method test400DoesNotRetry (line 59) | @Test method testRetryOn400PutSandbox (line 83) | @Test FILE: apis/chef/src/test/java/org/jclouds/chef/internal/BaseChefLiveTest.java class BaseChefLiveTest (line 35) | @Test(groups = "live") method BaseChefLiveTest (line 42) | protected BaseChefLiveTest() { method setupProperties (line 49) | @Override method initialize (line 56) | @Override method create (line 63) | @Override method setCredentialFromPemFile (line 69) | protected String setCredentialFromPemFile(Properties overrides, String... FILE: apis/chef/src/test/java/org/jclouds/chef/internal/BaseChefServiceTest.java class BaseChefServiceTest (line 42) | @Test(groups = "unit", testName = "BaseChefServiceTest") method setup (line 47) | @BeforeClass method testBuildBootstrapConfigurationWithEmptyRunlist (line 56) | public void testBuildBootstrapConfigurationWithEmptyRunlist() { method testBuildBootstrapConfigurationWithRunlist (line 62) | public void testBuildBootstrapConfigurationWithRunlist() { method testBuildBootstrapConfigurationWithRunlistAndEmptyAttributes (line 69) | public void testBuildBootstrapConfigurationWithRunlistAndEmptyAttribut... method testBuildBootstrapConfigurationWithRunlistAndAttributes (line 77) | public void testBuildBootstrapConfigurationWithRunlistAndAttributes() { method testBuildBootstrapConfigurationWithRunlistAndAttributesAndEnvironment (line 86) | public void testBuildBootstrapConfigurationWithRunlistAndAttributesAnd... FILE: apis/chef/src/test/java/org/jclouds/chef/strategy/internal/CleanupStaleNodesAndClientsImplLiveTest.java class CleanupStaleNodesAndClientsImplLiveTest (line 30) | @Test(groups = "live", testName = "CleanupStaleNodesAndClientsImplLiveTe... method initialize (line 36) | @Override method testExecute (line 44) | @Test FILE: apis/chef/src/test/java/org/jclouds/chef/strategy/internal/CreateNodeAndPopulateAutomaticAttributesImplLiveTest.java class CreateNodeAndPopulateAutomaticAttributesImplLiveTest (line 34) | @Test(groups = "live", testName = "CreateNodeAndPopulateAutomaticAttribu... method initialize (line 40) | @Override method testExecute (line 48) | @Test FILE: apis/chef/src/test/java/org/jclouds/chef/strategy/internal/CreateNodeAndPopulateAutomaticAttributesImplTest.java class CreateNodeAndPopulateAutomaticAttributesImplTest (line 38) | @Test(groups = "unit", testName = "CreateNodeAndPopulateAutomaticAttribu... method testWithNoRunlist (line 41) | @Test FILE: apis/chef/src/test/java/org/jclouds/chef/strategy/internal/DeleteAllApisAndNodesInListImplLiveTest.java class DeleteAllApisAndNodesInListImplLiveTest (line 30) | @Test(groups = "live", testName = "DeleteAllApisAndNodesInListImplLiveTe... method initialize (line 36) | @Override method testExecute (line 44) | @Test FILE: apis/chef/src/test/java/org/jclouds/chef/strategy/internal/ListCookbookVersionsInEnvironmentImplLiveTest.java class ListCookbookVersionsInEnvironmentImplLiveTest (line 50) | @Test(groups = "live", testName = "ListCookbookVersionsInEnvironmentImpl... method initialize (line 58) | @Override method tearDown (line 74) | @AfterClass(groups = { "integration", "live" }) method testExecute (line 88) | @Test method testExecuteConcurrentlyWithExecutorService (line 93) | @Test method testExecuteConcurrentlyWithListeningExecutorService (line 99) | @Test method testExecuteWithNumVersions (line 105) | @Test method testExecuteConcurrentlyWithNumVersionsAndExecutorService (line 110) | @Test method testExecuteConcurrentlyWithNumVersionsAndListeningExecutorService (line 116) | @Test method testExecuteWithNumVersionsAll (line 122) | @Test method testExecuteConcurrentlyWithNumVersionsAllAndExecutorService (line 127) | @Test method testExecuteConcurrentlyWithNumVersionsAllAndListeningExecutorService (line 133) | @Test method uploadContent (line 139) | private FilePayload uploadContent(String fileName) throws Exception { method createCookbooksWithMultipleVersions (line 172) | private void createCookbooksWithMultipleVersions(String cookbookName) ... FILE: apis/chef/src/test/java/org/jclouds/chef/strategy/internal/ListNodesImplLiveTest.java class ListNodesImplLiveTest (line 36) | @Test(groups = "live", testName = "ListNodesImplLiveTest") method initialize (line 45) | @Override method tearDown (line 57) | @AfterClass(groups = { "integration", "live" }) method testExecute (line 69) | @Test method testExecuteConcurrentlyWithExecutorService (line 74) | public void testExecuteConcurrentlyWithExecutorService() { method testExecuteConcurrentlyWithListeningExecutorService (line 78) | public void testExecuteConcurrentlyWithListeningExecutorService() { FILE: apis/chef/src/test/java/org/jclouds/chef/strategy/internal/ListNodesInEnvironmentImplLiveTest.java class ListNodesInEnvironmentImplLiveTest (line 36) | @Test(groups = "live", testName = "ListNodesInEnvironmentImplLiveTest") method initialize (line 45) | @Override method tearDown (line 58) | @AfterClass(groups = { "integration", "live" }) method testExecute (line 70) | @Test method testExecuteConcurrentlyWithExecutorService (line 75) | @Test method testExecuteConcurrentlyWithListeningExecutorService (line 81) | @Test FILE: apis/chef/src/test/java/org/jclouds/chef/strategy/internal/UpdateAutomaticAttributesOnNodeImplLiveTest.java class UpdateAutomaticAttributesOnNodeImplLiveTest (line 33) | @Test(groups = "live", testName = "UpdateAutomaticAttributesOnNodeImplLi... method initialize (line 39) | @Override method testExecute (line 47) | @Test FILE: apis/chef/src/test/java/org/jclouds/chef/strategy/internal/UpdateAutomaticAttributesOnNodeImplTest.java class UpdateAutomaticAttributesOnNodeImplTest (line 38) | @Test(groups = { "unit" }) method test (line 41) | @Test FILE: apis/chef/src/test/java/org/jclouds/chef/suppliers/ChefVersionSupplierTest.java class ChefVersionSupplierTest (line 27) | @Test(groups = "unit", testName = "ChefVersionSupplierTest") method testReturnsDefaultVersion (line 30) | public void testReturnsDefaultVersion() { method testReturnsMajorVersionIfNotZero (line 36) | public void testReturnsMajorVersionIfNotZero() { method testReturnsMinorVersionIfMajorIsZero (line 42) | public void testReturnsMinorVersionIfMajorIsZero() { FILE: apis/chef/src/test/java/org/jclouds/chef/util/ChefUtilsTest.java class ChefUtilsTest (line 32) | @Test(groups = { "unit" }, singleThreaded = true) method testToOhaiTime (line 38) | public void testToOhaiTime() { method testFromOhaiTime (line 42) | public void testFromOhaiTime() { method testFindRoleInRunListThrowsNoSuchElementOnRecipe (line 47) | @Test(expectedExceptions = NoSuchElementException.class) method testFindRoleInRunList (line 52) | public void testFindRoleInRunList() { FILE: apis/chef/src/test/java/org/jclouds/chef/util/RunListBuilderTest.java class RunListBuilderTest (line 28) | public class RunListBuilderTest { method testRecipeAndRole (line 30) | @Test method testRecipe (line 37) | @Test method testRecipes (line 44) | @Test method testRole (line 51) | @Test method testRoles (line 58) | @Test method testNoneRecipe (line 65) | @Test FILE: apis/chef/src/test/java/org/jclouds/ohai/config/JMXTest.java class JMXTest (line 46) | @Test(groups = { "unit" }) method test (line 49) | @Test class Ohai (line 74) | static class Ohai { method Ohai (line 77) | @Inject FILE: apis/chef/src/test/java/org/jclouds/ohai/config/OhaiModuleTest.java class OhaiModuleTest (line 49) | @Test(groups = { "unit" }) method test (line 52) | @Test method test2modules (line 87) | public void test2modules() throws SocketException { class Ohai (line 139) | static class Ohai { method Ohai (line 142) | @Inject FILE: apis/chef/src/test/java/org/jclouds/ohai/functions/ByteArrayToMacAddressTest.java class ByteArrayToMacAddressTest (line 27) | @Test(groups = { "unit" }, singleThreaded = true) method test (line 30) | public void test() { FILE: apis/chef/src/test/java/org/jclouds/ohai/functions/NestSlashKeysTest.java class NestSlashKeysTest (line 42) | @Test(groups = "unit", testName = "NestSlashKeysTest") method setUpInjector (line 48) | @BeforeTest method testBase (line 60) | @Test method testIllegal (line 67) | @Test(expectedExceptions = IllegalArgumentException.class) method testOne (line 73) | @Test method testOneDuplicate (line 82) | @Test method testMerge (line 91) | @Test method testMergeNestedTwice (line 100) | @Test method testReplaceList (line 109) | @Test FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/AsyncJobException.java class AsyncJobException (line 19) | public class AsyncJobException extends RuntimeException { method AsyncJobException (line 21) | public AsyncJobException() { method AsyncJobException (line 24) | public AsyncJobException(String s) { method AsyncJobException (line 28) | public AsyncJobException(String s, Throwable throwable) { method AsyncJobException (line 32) | public AsyncJobException(Throwable throwable) { FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/CloudStackApi.java type CloudStackApi (line 54) | public interface CloudStackApi extends Closeable { method getZoneApi (line 58) | @Delegate method getTemplateApi (line 64) | @Delegate method getOfferingApi (line 71) | @Delegate method getNetworkApi (line 77) | @Delegate method getVirtualMachineApi (line 83) | @Delegate method getSecurityGroupApi (line 89) | @Delegate method getAsyncJobApi (line 95) | @Delegate method getAddressApi (line 101) | @Delegate method getNATApi (line 107) | @Delegate method getFirewallApi (line 113) | @Delegate method getLoadBalancerApi (line 119) | @Delegate method getGuestOSApi (line 125) | @Delegate method getHypervisorApi (line 131) | @Delegate method getConfigurationApi (line 137) | @Delegate method getAccountApi (line 143) | @Delegate method getSSHKeyPairApi (line 149) | @Delegate method getVMGroupApi (line 155) | @Delegate method getEventApi (line 161) | @Delegate method getLimitApi (line 167) | @Delegate method getISOApi (line 173) | @Delegate method getVolumeApi (line 179) | @Delegate method getSnapshotApi (line 185) | @Delegate method getSessionApi (line 191) | @Delegate method getProjectApi (line 197) | @Delegate method getTagApi (line 203) | @Delegate FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/CloudStackApiMetadata.java class CloudStackApiMetadata (line 36) | @AutoService(ApiMetadata.class) method toBuilder (line 39) | @Override method CloudStackApiMetadata (line 44) | public CloudStackApiMetadata() { method CloudStackApiMetadata (line 48) | protected CloudStackApiMetadata(Builder builder) { method defaultProperties (line 52) | public static Properties defaultProperties() { class Builder (line 60) | public static class Builder extends BaseHttpApiMetadata.Builder groups, String zo... method cleanupOrphanedSecurityGroupsInZone (line 136) | private void cleanupOrphanedSecurityGroupsInZone(Set groups, S... method cleanupOrphanedKeyPairsInZone (line 154) | private void cleanupOrphanedKeyPairsInZone(Set groups, String ... method templateOptions (line 171) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/compute/config/CloudStackComputeServiceContextModule.java class CloudStackComputeServiceContextModule (line 107) | public class CloudStackComputeServiceContextModule extends method configure (line 110) | @Override method provideTemplateOptions (line 159) | @Override method listOSCategories (line 166) | @Provides method listOSTypes (line 185) | @Provides method listNetworks (line 210) | @Provides method listProjects (line 219) | @Provides method getCurrentUser (line 228) | @Provides method jobComplete (line 237) | @Provides method keyPairMap (line 243) | @Provides method securityGroupMap (line 250) | @Provides method getIPForwardingRulesByVirtualMachine (line 257) | @Provides method getFirewallRulesByVirtualMachine (line 265) | @Provides method optionsConverters (line 272) | @Provides FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/compute/extensions/CloudStackImageExtension.java class CloudStackImageExtension (line 68) | @Singleton method CloudStackImageExtension (line 82) | @Inject method buildImageTemplateFromNode (line 98) | @Override method createImage (line 107) | @Override method deleteImage (line 149) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/compute/extensions/CloudStackSecurityGroupExtension.java class CloudStackSecurityGroupExtension (line 56) | public class CloudStackSecurityGroupExtension implements SecurityGroupEx... method CloudStackSecurityGroupExtension (line 65) | @Inject method listSecurityGroups (line 83) | @Override method listSecurityGroupsInLocation (line 99) | @Override method listSecurityGroupsForNode (line 104) | @Override method getSecurityGroupById (line 117) | @Override method createSecurityGroup (line 131) | @Override method removeSecurityGroup (line 146) | @Override method invalidateCache (line 168) | private void invalidateCache(String id) { method addIpPermission (line 177) | @Override method addIpPermission (line 202) | @Override method removeIpPermission (line 218) | @Override method removeIpPermission (line 250) | @Override method supportsTenantIdGroupNamePairs (line 266) | @Override method supportsTenantIdGroupIdPairs (line 271) | @Override method supportsGroupIds (line 276) | @Override method supportsPortRangesForGroups (line 281) | @Override method supportsExclusionCidrBlocks (line 286) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/compute/functions/CloudStackSecurityGroupToSecurityGroup.java class CloudStackSecurityGroupToSecurityGroup (line 41) | @Singleton method CloudStackSecurityGroupToSecurityGroup (line 49) | @Inject method apply (line 54) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/compute/functions/IngressRuleToIpPermission.java class IngressRuleToIpPermission (line 35) | public class IngressRuleToIpPermission implements Function apply(Set dead... FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/compute/functions/ServiceOfferingToHardware.java class ServiceOfferingToHardware (line 29) | @Singleton method apply (line 32) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/compute/functions/TemplateToImage.java class TemplateToImage (line 39) | @Singleton method TemplateToImage (line 44) | @Inject method apply (line 51) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/compute/functions/TemplateToOperatingSystem.java class TemplateToOperatingSystem (line 43) | @Singleton method TemplateToOperatingSystem (line 56) | @Inject method apply (line 64) | public OperatingSystem apply(Template from) { FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/compute/functions/VirtualMachineToNodeMetadata.java class VirtualMachineToNodeMetadata (line 60) | @Singleton method VirtualMachineToNodeMetadata (line 80) | @Inject method apply (line 92) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/compute/functions/ZoneToLocation.java class ZoneToLocation (line 36) | public class ZoneToLocation implements Function { method ZoneToLocation (line 40) | @Inject method apply (line 45) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/compute/loaders/CreateUniqueKeyPair.java class CreateUniqueKeyPair (line 34) | @Singleton method CreateUniqueKeyPair (line 41) | @Inject method load (line 46) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/compute/loaders/FindSecurityGroupOrCreate.java class FindSecurityGroupOrCreate (line 36) | public class FindSecurityGroupOrCreate extends CacheLoader sec... method ipsToNetworks (line 77) | public CloudStackTemplateOptions ipsToNetworks(Map ips... method ipOnDefaultNetwork (line 82) | public CloudStackTemplateOptions ipOnDefaultNetwork(String ipOnDefault... method keyPair (line 87) | public CloudStackTemplateOptions keyPair(String keyPair) { method setupStaticNat (line 92) | public CloudStackTemplateOptions setupStaticNat(boolean setupStaticNat) { method account (line 97) | public CloudStackTemplateOptions account(String account) { method domainId (line 102) | public CloudStackTemplateOptions domainId(String domainId) { method generateKeyPair (line 107) | public CloudStackTemplateOptions generateKeyPair(boolean generateKeyPa... method generateSecurityGroup (line 112) | public CloudStackTemplateOptions generateSecurityGroup(boolean generat... method diskOfferingId (line 117) | public CloudStackTemplateOptions diskOfferingId(String diskOfferingId) { method dataDiskSize (line 122) | public CloudStackTemplateOptions dataDiskSize(int dataDiskSize) { method userData (line 127) | public CloudStackTemplateOptions userData(byte[] userData) { method userData (line 132) | public CloudStackTemplateOptions userData(String userData) { method userData (line 137) | public CloudStackTemplateOptions userData(URL userDataUrl) throws IOEx... method getSecurityGroupIds (line 142) | public Set getSecurityGroupIds() { method getIpsToNetworks (line 146) | public Map getIpsToNetworks() { method getIpOnDefaultNetwork (line 150) | public String getIpOnDefaultNetwork() { method getKeyPair (line 154) | public String getKeyPair() { method shouldSetupStaticNat (line 158) | public boolean shouldSetupStaticNat() { method getAccount (line 162) | public String getAccount() { method getDomainId (line 166) | public String getDomainId() { method shouldGenerateKeyPair (line 170) | public boolean shouldGenerateKeyPair() { method shouldGenerateSecurityGroup (line 174) | public boolean shouldGenerateSecurityGroup() { method getDiskOfferingId (line 178) | public String getDiskOfferingId() { method getDataDiskSize (line 182) | public int getDataDiskSize() { method getUserData (line 186) | public byte[] getUserData() { method clone (line 190) | @Override method copyTo (line 197) | @Override method equals (line 217) | @Override method hashCode (line 237) | @Override method toString (line 242) | @Override class Builder (line 260) | public static class Builder { method securityGroupIds (line 265) | public static CloudStackTemplateOptions securityGroupIds(Iterable { method AllNodesInGroupTerminated (line 40) | @Inject method apply (line 45) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/compute/strategy/AdvancedNetworkOptionsConverter.java class AdvancedNetworkOptionsConverter (line 36) | public class AdvancedNetworkOptionsConverter implements OptionsConverter { method apply (line 37) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/compute/strategy/BasicNetworkOptionsConverter.java class BasicNetworkOptionsConverter (line 28) | public class BasicNetworkOptionsConverter implements OptionsConverter { method apply (line 29) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/compute/strategy/CloudStackComputeServiceAdapter.java class CloudStackComputeServiceAdapter (line 91) | @Singleton method CloudStackComputeServiceAdapter (line 116) | @Inject method createNodeWithGroupEncodedIntoName (line 151) | @Override method listHardwareProfiles (line 314) | @Override method listImages (line 320) | @Override method getImage (line 332) | @Override method listNodes (line 337) | @Override method listNodesByIds (line 342) | @Override method listLocations (line 353) | @Override method getNode (line 359) | @Override method destroyNode (line 365) | @Override method disassociateIPAddresses (line 397) | public void disassociateIPAddresses(Set ipAddresses) { method destroyVirtualMachine (line 404) | public void destroyVirtualMachine(String virtualMachineId) { method disableStaticNATOnIPAddresses (line 416) | public void disableStaticNATOnIPAddresses(Set ipAddresses) { method deleteIPForwardingRulesForVMAndReturnDistinctIPs (line 428) | public Set deleteIPForwardingRulesForVMAndReturnDistinctIPs(St... method deleteFirewallRulesForVMAndReturnDistinctIPs (line 450) | public Set deleteFirewallRulesForVMAndReturnDistinctIPs(String... method awaitCompletion (line 470) | public void awaitCompletion(Iterable jobs) { method awaitCompletion (line 477) | public void awaitCompletion(String job) { method rebootNode (line 482) | @Override method resumeNode (line 492) | @Override method suspendNode (line 502) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/compute/strategy/OptionsConverter.java type OptionsConverter (line 30) | public interface OptionsConverter { method apply (line 41) | DeployVirtualMachineOptions apply(CloudStackTemplateOptions templateOp... FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/config/CloudStackHttpApiModule.java class CloudStackHttpApiModule (line 62) | @ConfiguresHttpApi method configure (line 65) | @Override method installLocations (line 83) | @Override method bindErrorHandlers (line 89) | @Override class CredentialTypeFromPropertyOrDefault (line 96) | @Singleton method get (line 106) | @Override method authenticationFilterForCredentialType (line 118) | @Provides method provideLoginResponseCache (line 133) | @Provides method provideLoginResponseSupplier (line 143) | @Provides FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/config/CloudStackParserModule.java class CloudStackParserModule (line 39) | public class CloudStackParserModule extends AbstractModule { method configure (line 41) | @Override class CloudStackDateAdapter (line 54) | public static class CloudStackDateAdapter extends Iso8601DateAdapter { method CloudStackDateAdapter (line 56) | @Inject method read (line 61) | public Date read(JsonReader reader) throws IOException { class CommaDelimitedOKIterableTypeAdapterFactory (line 71) | public static class CommaDelimitedOKIterableTypeAdapterFactory extends... method newAdapter (line 73) | @Override class Adapter (line 79) | public static final class Adapter extends TypeAdapter> { method Adapter (line 83) | public Adapter(TypeAdapter elementAdapter) { method write (line 88) | public void write(JsonWriter out, Iterable value) throws IOExce... method read (line 92) | @SuppressWarnings("unchecked") FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/config/CloudStackProperties.java class CloudStackProperties (line 23) | public final class CloudStackProperties { method CloudStackProperties (line 49) | private CloudStackProperties() { FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/config/CredentialType.java type CredentialType (line 26) | public enum CredentialType { method toString (line 32) | @Override method fromValue (line 37) | public static CredentialType fromValue(String credentialType) { FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/Account.java class Account (line 39) | public class Account extends ForwardingSet { type State (line 43) | public static enum State { method toString (line 46) | @Override method fromValue (line 51) | public static State fromValue(String state) { type Type (line 63) | public static enum Type { method apply (line 86) | @Override method Type (line 93) | Type(int code) { method toString (line 97) | @Override method fromValue (line 102) | public static Type fromValue(String type) { method builder (line 109) | public static Builder builder() { method toBuilder (line 113) | public Builder toBuilder() { class Builder (line 117) | public abstract static class Builder> { method self (line 118) | protected abstract T self(); method id (line 152) | public T id(String id) { method type (line 160) | public T type(Account.Type type) { method networkDomain (line 168) | public T networkDomain(String networkDomain) { method domain (line 176) | public T domain(String domain) { method domainId (line 184) | public T domainId(String domainId) { method IPsAvailable (line 192) | public T IPsAvailable(Long IPsAvailable) { method IPLimit (line 200) | public T IPLimit(Long IPLimit) { method IPs (line 208) | public T IPs(long IPs) { method cleanupRequired (line 216) | public T cleanupRequired(boolean cleanupRequired) { method name (line 224) | public T name(String name) { method receivedBytes (line 232) | public T receivedBytes(long receivedBytes) { method sentBytes (line 240) | public T sentBytes(long sentBytes) { method snapshotsAvailable (line 248) | public T snapshotsAvailable(Long snapshotsAvailable) { method snapshotLimit (line 256) | public T snapshotLimit(Long snapshotLimit) { method snapshots (line 264) | public T snapshots(long snapshots) { method state (line 272) | public T state(Account.State state) { method templatesAvailable (line 280) | public T templatesAvailable(Long templatesAvailable) { method templateLimit (line 288) | public T templateLimit(Long templateLimit) { method templates (line 296) | public T templates(long templates) { method VMsAvailable (line 304) | public T VMsAvailable(Long VMsAvailable) { method VMLimit (line 312) | public T VMLimit(Long VMLimit) { method VMsRunning (line 320) | public T VMsRunning(long VMsRunning) { method VMsStopped (line 328) | public T VMsStopped(long VMsStopped) { method VMs (line 336) | public T VMs(long VMs) { method volumesAvailable (line 344) | public T volumesAvailable(Long volumesAvailable) { method volumeLimit (line 352) | public T volumeLimit(Long volumeLimit) { method volumes (line 360) | public T volumes(long volumes) { method users (line 368) | public T users(Set users) { method users (line 373) | public T users(User... in) { method build (line 377) | public Account build() { method fromAccount (line 381) | public T fromAccount(Account in) { class ConcreteBuilder (line 414) | private static class ConcreteBuilder extends Builder { method self (line 415) | @Override method Account (line 450) | @ConstructorProperties({ method toLongNullIfUnlimited (line 471) | private static Long toLongNullIfUnlimited(String in) { method Account (line 475) | protected Account(String id, @Nullable Account.Type type, @Nullable St... method getId (line 515) | public String getId() { method getType (line 522) | @Nullable method getNetworkDomain (line 530) | @Nullable method getDomain (line 538) | @Nullable method getDomainId (line 546) | @Nullable method getIPsAvailable (line 555) | @Nullable method getIPLimit (line 564) | @Nullable method getIPs (line 572) | public long getIPs() { method isCleanupRequired (line 579) | public boolean isCleanupRequired() { method getName (line 586) | @Nullable method getReceivedBytes (line 594) | public long getReceivedBytes() { method getSentBytes (line 601) | public long getSentBytes() { method getSnapshotsAvailable (line 609) | @Nullable method getSnapshotLimit (line 618) | @Nullable method getSnapshots (line 626) | public long getSnapshots() { method getState (line 633) | @Nullable method getTemplatesAvailable (line 642) | @Nullable method getTemplateLimit (line 651) | @Nullable method getTemplates (line 660) | public long getTemplates() { method getVMsAvailable (line 668) | @Nullable method getVMLimit (line 677) | @Nullable method getVMsRunning (line 685) | public long getVMsRunning() { method getVMsStopped (line 692) | public long getVMsStopped() { method getVMs (line 699) | public long getVMs() { method getVolumesAvailable (line 706) | @Nullable method getVolumeLimit (line 715) | @Nullable method getVolumes (line 723) | public long getVolumes() { method getUsers (line 730) | public Set getUsers() { method delegate (line 734) | @Override method hashCode (line 739) | @Override method equals (line 744) | @Override method string (line 779) | protected ToStringHelper string() { method toString (line 784) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/Alert.java class Alert (line 33) | public class Alert { method builder (line 35) | public static Builder builder() { method toBuilder (line 39) | public Builder toBuilder() { class Builder (line 43) | public abstract static class Builder> { method self (line 44) | protected abstract T self(); method id (line 54) | public T id(String id) { method description (line 62) | public T description(String description) { method sent (line 70) | public T sent(Date sent) { method type (line 78) | public T type(String type) { method build (line 83) | public Alert build() { method fromAlert (line 87) | public T fromAlert(Alert in) { class ConcreteBuilder (line 96) | private static class ConcreteBuilder extends Builder { method self (line 97) | @Override method Alert (line 108) | @ConstructorProperties({ method getId (line 118) | public String getId() { method getDescription (line 122) | @Nullable method getSent (line 127) | @Nullable method getType (line 132) | @Nullable method hashCode (line 137) | @Override method equals (line 142) | @Override method string (line 153) | protected ToStringHelper string() { method toString (line 158) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/AllocationState.java type AllocationState (line 25) | public enum AllocationState { method fromValue (line 30) | public static AllocationState fromValue(String value) { method toString (line 38) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/ApiKeyPair.java class ApiKeyPair (line 30) | public class ApiKeyPair { method builder (line 32) | public static Builder builder() { method toBuilder (line 36) | public Builder toBuilder() { class Builder (line 40) | public abstract static class Builder> { method self (line 41) | protected abstract T self(); method apiKey (line 49) | public T apiKey(String apiKey) { method secretKey (line 57) | public T secretKey(String secretKey) { method build (line 62) | public ApiKeyPair build() { method fromApiKeyPair (line 66) | public T fromApiKeyPair(ApiKeyPair in) { class ConcreteBuilder (line 73) | private static class ConcreteBuilder extends Builder { method self (line 74) | @Override method ApiKeyPair (line 83) | @ConstructorProperties({ method getApiKey (line 91) | @Nullable method getSecretKey (line 96) | @Nullable method hashCode (line 101) | @Override method equals (line 106) | @Override method string (line 115) | protected ToStringHelper string() { method toString (line 120) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/AsyncCreateResponse.java class AsyncCreateResponse (line 30) | public class AsyncCreateResponse { method builder (line 33) | public static Builder builder() { method toBuilder (line 37) | public Builder toBuilder() { class Builder (line 41) | public abstract static class Builder> { method self (line 42) | protected abstract T self(); method id (line 50) | public T id(String id) { method jobId (line 58) | public T jobId(String jobId) { method build (line 63) | public AsyncCreateResponse build() { method fromAsyncCreateResponse (line 67) | public T fromAsyncCreateResponse(AsyncCreateResponse in) { class ConcreteBuilder (line 74) | private static class ConcreteBuilder extends Builder { method self (line 75) | @Override method AsyncCreateResponse (line 84) | @ConstructorProperties({ method getId (line 95) | @Nullable method getJobId (line 103) | @Nullable method hashCode (line 108) | @Override method equals (line 113) | @Override method string (line 122) | protected ToStringHelper string() { method toString (line 127) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/AsyncJob.java class AsyncJob (line 33) | public class AsyncJob { type ResultCode (line 38) | public static enum ResultCode { method ResultCode (line 45) | private ResultCode(int code) { method code (line 49) | public int code() { method fromValue (line 53) | public static ResultCode fromValue(String value) { type Status (line 73) | public static enum Status { method Status (line 81) | private Status(int code) { method code (line 85) | public int code() { method fromValue (line 89) | public static Status fromValue(String value) { method builder (line 108) | public static Builder builder() { method toBuilder (line 112) | public Builder toBuilder() { class Builder (line 116) | public abstract static class Builder, S> { method self (line 117) | protected abstract T self(); method accountId (line 136) | public T accountId(String accountId) { method cmd (line 144) | public T cmd(String cmd) { method created (line 152) | public T created(Date created) { method id (line 160) | public T id(String id) { method instanceId (line 168) | public T instanceId(String instanceId) { method instanceType (line 176) | public T instanceType(String instanceType) { method progress (line 184) | public T progress(int progress) { method result (line 192) | public T result(S result) { method resultCode (line 200) | public T resultCode(AsyncJob.ResultCode resultCode) { method resultType (line 208) | public T resultType(String resultType) { method status (line 216) | public T status(AsyncJob.Status status) { method userId (line 224) | public T userId(String userId) { method error (line 232) | public T error(AsyncJobError error) { method build (line 237) | public AsyncJob build() { method fromAsyncJob (line 242) | public T fromAsyncJob(AsyncJob in) { method fromAsyncJobUntyped (line 259) | public static Builder fromAsyncJobUntyped(AsyncJob in) { class ConcreteBuilder (line 264) | private static class ConcreteBuilder extends Builder builder() { method toBuilder (line 73) | public Builder toBuilder() { class Builder (line 77) | public abstract static class Builder> { method self (line 78) | protected abstract T self(); method errorCode (line 86) | public T errorCode(ErrorCode errorCode) { method errorText (line 94) | public T errorText(String errorText) { method build (line 99) | public AsyncJobError build() { method fromAsyncJobError (line 103) | public T fromAsyncJobError(AsyncJobError in) { class ConcreteBuilder (line 110) | private static class ConcreteBuilder extends Builder { method self (line 111) | @Override method AsyncJobError (line 120) | @ConstructorProperties({ method getErrorCode (line 128) | @Nullable method getErrorText (line 133) | @Nullable method hashCode (line 138) | @Override method equals (line 143) | @Override method string (line 152) | protected ToStringHelper string() { method toString (line 157) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/Capabilities.java class Capabilities (line 30) | public class Capabilities { method builder (line 32) | public static Builder builder() { method toBuilder (line 36) | public Builder toBuilder() { class Builder (line 40) | public abstract static class Builder> { method self (line 41) | protected abstract T self(); method cloudStackVersion (line 52) | public T cloudStackVersion(String cloudStackVersion) { method securityGroupsEnabled (line 60) | public T securityGroupsEnabled(boolean securityGroupsEnabled) { method canShareTemplates (line 68) | public T canShareTemplates(boolean canShareTemplates) { method firewallRuleUiEnabled (line 76) | public T firewallRuleUiEnabled(boolean firewallRuleUiEnabled) { method supportELB (line 84) | public T supportELB(boolean supportELB) { method build (line 89) | public Capabilities build() { method fromCapabilities (line 93) | public T fromCapabilities(Capabilities in) { class ConcreteBuilder (line 103) | private static class ConcreteBuilder extends Builder { method self (line 104) | @Override method Capabilities (line 116) | @ConstructorProperties({ method getCloudStackVersion (line 131) | @Nullable method isSecurityGroupsEnabled (line 139) | public boolean isSecurityGroupsEnabled() { method canShareTemplates (line 143) | public boolean canShareTemplates() { method isFirewallRuleUiEnabled (line 150) | public boolean isFirewallRuleUiEnabled() { method isSupportELB (line 157) | public boolean isSupportELB() { method hashCode (line 161) | @Override method equals (line 166) | @Override method string (line 178) | protected ToStringHelper string() { method toString (line 183) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/Capacity.java class Capacity (line 36) | public class Capacity implements Comparable { type Type (line 40) | public static enum Type { method apply (line 58) | @Override method Type (line 65) | Type(int code) { method toString (line 69) | @Override method fromValue (line 74) | public static Type fromValue(String type) { method builder (line 80) | public static Builder builder() { method toBuilder (line 84) | public Builder toBuilder() { class Builder (line 88) | public abstract static class Builder> { method self (line 89) | protected abstract T self(); method capacityTotal (line 103) | public T capacityTotal(long capacityTotal) { method capacityUsed (line 111) | public T capacityUsed(long capacityUsed) { method percentUsed (line 119) | public T percentUsed(double percentUsed) { method podId (line 127) | public T podId(String podId) { method podName (line 135) | public T podName(String podName) { method type (line 143) | public T type(Capacity.Type type) { method zoneId (line 151) | public T zoneId(String zoneId) { method zoneName (line 159) | public T zoneName(String zoneName) { method build (line 164) | public Capacity build() { method fromCapacity (line 168) | public T fromCapacity(Capacity in) { class ConcreteBuilder (line 181) | private static class ConcreteBuilder extends Builder { method self (line 182) | @Override method Capacity (line 197) | @ConstructorProperties({ method getCapacityTotal (line 212) | public long getCapacityTotal() { method getCapacityUsed (line 216) | public long getCapacityUsed() { method getPercentUsed (line 220) | public double getPercentUsed() { method getPodId (line 224) | @Nullable method getPodName (line 229) | @Nullable method getType (line 234) | @Nullable method getZoneId (line 239) | @Nullable method getZoneName (line 244) | @Nullable method hashCode (line 249) | @Override method equals (line 254) | @Override method string (line 269) | protected ToStringHelper string() { method toString (line 275) | @Override method compareTo (line 280) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/Cluster.java class Cluster (line 34) | public class Cluster implements Comparable { type ManagedState (line 38) | public static enum ManagedState { method fromValue (line 45) | public static ManagedState fromValue(String value) { method toString (line 53) | @Override method builder (line 59) | public static Builder builder() { method toBuilder (line 63) | public Builder toBuilder() { class Builder (line 67) | public abstract static class Builder> { method self (line 68) | protected abstract T self(); method id (line 84) | public T id(String id) { method allocationState (line 92) | public T allocationState(AllocationState allocationState) { method clusterType (line 100) | public T clusterType(Host.ClusterType clusterType) { method hypervisor (line 108) | public T hypervisor(String hypervisor) { method managedState (line 116) | public T managedState(Cluster.ManagedState managedState) { method name (line 124) | public T name(String name) { method podId (line 132) | public T podId(String podId) { method podName (line 140) | public T podName(String podName) { method zoneId (line 148) | public T zoneId(String zoneId) { method zoneName (line 156) | public T zoneName(String zoneName) { method build (line 161) | public Cluster build() { method fromCluster (line 165) | public T fromCluster(Cluster in) { class ConcreteBuilder (line 180) | private static class ConcreteBuilder extends Builder { method self (line 181) | @Override method Cluster (line 198) | @ConstructorProperties({ method getId (line 216) | public String getId() { method getAllocationState (line 220) | @Nullable method getClusterType (line 225) | @Nullable method getHypervisor (line 230) | @Nullable method getManagedState (line 235) | @Nullable method getName (line 240) | @Nullable method getPodId (line 245) | @Nullable method getPodName (line 250) | @Nullable method getZoneId (line 255) | @Nullable method getZoneName (line 260) | @Nullable method hashCode (line 265) | @Override method equals (line 270) | @Override method string (line 287) | protected ToStringHelper string() { method toString (line 293) | @Override method compareTo (line 298) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/ConfigurationEntry.java class ConfigurationEntry (line 32) | public class ConfigurationEntry implements Comparable { method builder (line 34) | public static Builder builder() { method toBuilder (line 38) | public Builder toBuilder() { class Builder (line 42) | public abstract static class Builder> { method self (line 43) | protected abstract T self(); method category (line 53) | public T category(String category) { method description (line 61) | public T description(String description) { method name (line 69) | public T name(String name) { method value (line 77) | public T value(String value) { method build (line 82) | public ConfigurationEntry build() { method fromConfigurationEntry (line 86) | public T fromConfigurationEntry(ConfigurationEntry in) { class ConcreteBuilder (line 95) | private static class ConcreteBuilder extends Builder { method self (line 96) | @Override method ConfigurationEntry (line 107) | @ConstructorProperties({ method getCategory (line 117) | @Nullable method getDescription (line 122) | @Nullable method getName (line 127) | public String getName() { method getValue (line 131) | @Nullable method hashCode (line 136) | @Override method equals (line 141) | @Override method string (line 152) | protected ToStringHelper string() { method toString (line 157) | @Override method compareTo (line 162) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/DiskOffering.java class DiskOffering (line 35) | public class DiskOffering implements Comparable { method builder (line 37) | public static Builder builder() { method toBuilder (line 41) | public Builder toBuilder() { class Builder (line 45) | public abstract static class Builder> { method self (line 46) | protected abstract T self(); method id (line 61) | public T id(String id) { method name (line 69) | public T name(String name) { method displayText (line 77) | public T displayText(String displayText) { method created (line 85) | public T created(Date created) { method domain (line 93) | public T domain(String domain) { method domainId (line 101) | public T domainId(String domainId) { method diskSize (line 109) | public T diskSize(int diskSize) { method customized (line 117) | public T customized(boolean customized) { method tags (line 125) | public T tags(Iterable tags) { method tag (line 133) | public T tag(String tag) { method build (line 138) | public DiskOffering build() { method fromDiskOffering (line 142) | public T fromDiskOffering(DiskOffering in) { class ConcreteBuilder (line 156) | private static class ConcreteBuilder extends Builder { method self (line 157) | @Override method DiskOffering (line 173) | @ConstructorProperties({ method getId (line 193) | public String getId() { method getName (line 200) | @Nullable method getDisplayText (line 208) | @Nullable method getCreated (line 216) | @Nullable method getDomain (line 224) | @Nullable method getDomainId (line 232) | @Nullable method getDiskSize (line 240) | public int getDiskSize() { method isCustomized (line 247) | public boolean isCustomized() { method getTags (line 254) | public Set getTags() { method hashCode (line 258) | @Override method equals (line 263) | @Override method string (line 279) | protected ToStringHelper string() { method toString (line 285) | @Override method compareTo (line 290) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/Domain.java class Domain (line 32) | public class Domain implements Comparable { method builder (line 34) | public static Builder builder() { method toBuilder (line 38) | public Builder toBuilder() { class Builder (line 42) | public abstract static class Builder> { method self (line 43) | protected abstract T self(); method id (line 56) | public T id(String id) { method hasChild (line 64) | public T hasChild(boolean hasChild) { method level (line 72) | public T level(long level) { method name (line 80) | public T name(String name) { method networkDomain (line 88) | public T networkDomain(String networkDomain) { method parentDomainId (line 96) | public T parentDomainId(String parentDomainId) { method parentDomainName (line 104) | public T parentDomainName(String parentDomainName) { method build (line 109) | public Domain build() { method fromDomain (line 113) | public T fromDomain(Domain in) { class ConcreteBuilder (line 125) | private static class ConcreteBuilder extends Builder { method self (line 126) | @Override method Domain (line 140) | @ConstructorProperties({ method getId (line 154) | public String getId() { method hasChild (line 158) | public boolean hasChild() { method getLevel (line 162) | public long getLevel() { method getName (line 166) | @Nullable method getNetworkDomain (line 171) | @Nullable method getParentDomainId (line 176) | @Nullable method getParentDomainName (line 181) | @Nullable method hashCode (line 186) | @Override method equals (line 191) | @Override method string (line 205) | protected ToStringHelper string() { method toString (line 210) | @Override method compareTo (line 215) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/EncryptedPasswordAndPrivateKey.java class EncryptedPasswordAndPrivateKey (line 26) | public final class EncryptedPasswordAndPrivateKey { method builder (line 28) | public static Builder builder() { method toBuilder (line 32) | public Builder toBuilder() { class Builder (line 36) | public static final class Builder { method encryptedPassword (line 44) | public Builder encryptedPassword(String encryptedPassword) { method privateKey (line 52) | public Builder privateKey(String privateKey) { method build (line 57) | public EncryptedPasswordAndPrivateKey build() { method fromEncryptedPasswordAndPrivateKey (line 61) | public Builder fromEncryptedPasswordAndPrivateKey(EncryptedPasswordA... method EncryptedPasswordAndPrivateKey (line 70) | @ConstructorProperties({ method getEncryptedPassword (line 81) | @Nullable method getPrivateKey (line 89) | @Nullable method hashCode (line 94) | @Override method equals (line 99) | @Override method toString (line 108) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/Event.java class Event (line 33) | public class Event implements Comparable { method builder (line 35) | public static Builder builder() { method toBuilder (line 39) | public Builder toBuilder() { class Builder (line 43) | public abstract static class Builder> { method self (line 44) | protected abstract T self(); method id (line 61) | public T id(String id) { method account (line 69) | public T account(String account) { method description (line 77) | public T description(String description) { method created (line 85) | public T created(Date created) { method domain (line 93) | public T domain(String domain) { method domainId (line 101) | public T domainId(String domainId) { method level (line 109) | public T level(String level) { method parentId (line 117) | public T parentId(String parentId) { method state (line 125) | public T state(String state) { method type (line 133) | public T type(String type) { method username (line 141) | public T username(String username) { method build (line 146) | public Event build() { method fromEvent (line 150) | public T fromEvent(Event in) { class ConcreteBuilder (line 166) | private static class ConcreteBuilder extends Builder { method self (line 167) | @Override method Event (line 185) | @ConstructorProperties({ method getId (line 207) | public String getId() { method getAccount (line 215) | @Nullable method getDescription (line 223) | @Nullable method getCreated (line 231) | @Nullable method getDomain (line 239) | @Nullable method getDomainId (line 247) | @Nullable method getLevel (line 255) | @Nullable method getParentId (line 263) | @Nullable method getState (line 271) | @Nullable method getType (line 279) | @Nullable method getUsername (line 288) | @Nullable method hashCode (line 293) | @Override method equals (line 298) | @Override method string (line 316) | protected ToStringHelper string() { method toString (line 323) | @Override method compareTo (line 328) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/ExtractMode.java type ExtractMode (line 21) | public enum ExtractMode { method fromValue (line 25) | public static ExtractMode fromValue(String format) { FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/FirewallRule.java class FirewallRule (line 35) | public class FirewallRule implements Comparable { type Protocol (line 39) | public static enum Protocol { method fromValue (line 45) | public static Protocol fromValue(String value) { method toString (line 53) | @Override type State (line 59) | public static enum State { method fromValue (line 68) | public static State fromValue(String value) { method toString (line 76) | @Override method builder (line 82) | public static Builder builder() { method toBuilder (line 86) | public Builder toBuilder() { class Builder (line 90) | public abstract static class Builder> { method self (line 91) | protected abstract T self(); method id (line 108) | public T id(String id) { method CIDRs (line 116) | public T CIDRs(Set CIDRs) { method CIDRs (line 121) | public T CIDRs(String... in) { method startPort (line 128) | public T startPort(int startPort) { method endPort (line 136) | public T endPort(int endPort) { method icmpCode (line 144) | public T icmpCode(String icmpCode) { method icmpType (line 152) | public T icmpType(String icmpType) { method ipAddress (line 160) | public T ipAddress(String ipAddress) { method ipAddressId (line 168) | public T ipAddressId(String ipAddressId) { method protocol (line 176) | public T protocol(FirewallRule.Protocol protocol) { method state (line 184) | public T state(FirewallRule.State state) { method tags (line 192) | public T tags(Set tags) { method tags (line 197) | public T tags(Tag... in) { method build (line 201) | public FirewallRule build() { method fromFirewallRule (line 205) | public T fromFirewallRule(FirewallRule in) { class ConcreteBuilder (line 221) | private static class ConcreteBuilder extends Builder { method self (line 222) | @Override method FirewallRule (line 240) | @ConstructorProperties({ method splitStringOnCommas (line 249) | private static Set splitStringOnCommas(String in) { method FirewallRule (line 254) | protected FirewallRule(String id, @Nullable Iterable CIDRs, in... method getId (line 270) | public String getId() { method getCIDRs (line 274) | public Set getCIDRs() { method getStartPort (line 278) | public int getStartPort() { method getEndPort (line 282) | public int getEndPort() { method getIcmpCode (line 286) | @Nullable method getIcmpType (line 291) | @Nullable method getIpAddress (line 296) | @Nullable method getIpAddressId (line 301) | @Nullable method getProtocol (line 306) | @Nullable method getState (line 311) | @Nullable method getTags (line 316) | @Nullable method hashCode (line 321) | @Override method equals (line 326) | @Override method string (line 344) | protected ToStringHelper string() { method toString (line 351) | @Override method compareTo (line 356) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/GuestIPType.java type GuestIPType (line 26) | public enum GuestIPType { method toString (line 48) | @Override method fromValue (line 53) | public static GuestIPType fromValue(String type) { FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/Host.java class Host (line 37) | public class Host implements Comparable { type ClusterType (line 39) | public static enum ClusterType { method fromValue (line 44) | public static ClusterType fromValue(String value) { method toString (line 52) | @Override type State (line 58) | public static enum State { method fromValue (line 72) | public static State fromValue(String value) { method toString (line 80) | @Override type Type (line 86) | public static enum Type { method fromValue (line 101) | public static Type fromValue(String value) { method toString (line 113) | @Override method builder (line 122) | public static Builder builder() { method toBuilder (line 126) | public Builder toBuilder() { class Builder (line 130) | public abstract static class Builder> { method self (line 131) | protected abstract T self(); method id (line 179) | public T id(String id) { method allocationState (line 187) | public T allocationState(AllocationState allocationState) { method averageLoad (line 195) | public T averageLoad(int averageLoad) { method capabilities (line 203) | public T capabilities(String capabilities) { method clusterId (line 211) | public T clusterId(String clusterId) { method clusterName (line 219) | public T clusterName(String clusterName) { method clusterType (line 227) | public T clusterType(Host.ClusterType clusterType) { method cpuAllocated (line 235) | public T cpuAllocated(String cpuAllocated) { method cpuNumber (line 243) | public T cpuNumber(int cpuNumber) { method cpuSpeed (line 251) | public T cpuSpeed(int cpuSpeed) { method cpuUsed (line 259) | public T cpuUsed(String cpuUsed) { method cpuWithOverProvisioning (line 267) | public T cpuWithOverProvisioning(float cpuWithOverProvisioning) { method created (line 275) | public T created(Date created) { method disconnected (line 283) | public T disconnected(Date disconnected) { method diskSizeAllocated (line 291) | public T diskSizeAllocated(long diskSizeAllocated) { method diskSizeTotal (line 299) | public T diskSizeTotal(long diskSizeTotal) { method events (line 307) | public T events(String events) { method hasEnoughCapacity (line 315) | public T hasEnoughCapacity(boolean hasEnoughCapacity) { method tags (line 323) | public T tags(Iterable tags) { method tag (line 331) | public T tag(String tag) { method hypervisor (line 339) | public T hypervisor(String hypervisor) { method ipAddress (line 347) | public T ipAddress(String ipAddress) { method localStorageActive (line 355) | public T localStorageActive(boolean localStorageActive) { method jobId (line 363) | public T jobId(String jobId) { method jobStatus (line 371) | public T jobStatus(AsyncJob.Status jobStatus) { method lastPinged (line 379) | public T lastPinged(Date lastPinged) { method managementServerId (line 387) | public T managementServerId(String managementServerId) { method memoryAllocated (line 395) | public T memoryAllocated(long memoryAllocated) { method memoryTotal (line 403) | public T memoryTotal(long memoryTotal) { method memoryUsed (line 411) | public T memoryUsed(long memoryUsed) { method name (line 419) | public T name(String name) { method networkKbsRead (line 427) | public T networkKbsRead(long networkKbsRead) { method networkKbsWrite (line 435) | public T networkKbsWrite(long networkKbsWrite) { method osCategoryId (line 443) | public T osCategoryId(String osCategoryId) { method osCategoryName (line 451) | public T osCategoryName(String osCategoryName) { method podId (line 459) | public T podId(String podId) { method podName (line 467) | public T podName(String podName) { method removed (line 475) | public T removed(Date removed) { method state (line 483) | public T state(Host.State state) { method type (line 491) | public T type(Host.Type type) { method version (line 499) | public T version(String version) { method zoneId (line 507) | public T zoneId(String zoneId) { method zoneName (line 515) | public T zoneName(String zoneName) { method build (line 521) | public Host build() { method fromHost (line 525) | public T fromHost(Host in) { class ConcreteBuilder (line 572) | private static class ConcreteBuilder extends Builder { method self (line 573) | @Override method Host (line 622) | @ConstructorProperties({ method getId (line 680) | public String getId() { method getAllocationState (line 684) | @Nullable method getAverageLoad (line 689) | public int getAverageLoad() { method getCapabilities (line 693) | @Nullable method getClusterId (line 698) | @Nullable method getClusterName (line 703) | @Nullable method getClusterType (line 708) | @Nullable method getCpuAllocated (line 713) | @Nullable method getCpuNumber (line 718) | public int getCpuNumber() { method getCpuSpeed (line 722) | public int getCpuSpeed() { method getCpuUsed (line 726) | @Nullable method getCpuWithOverProvisioning (line 731) | public float getCpuWithOverProvisioning() { method getCreated (line 735) | @Nullable method getDisconnected (line 740) | @Nullable method getDiskSizeAllocated (line 745) | public long getDiskSizeAllocated() { method getDiskSizeTotal (line 749) | public long getDiskSizeTotal() { method getEvents (line 753) | @Nullable method isHasEnoughCapacity (line 758) | public boolean isHasEnoughCapacity() { method getTags (line 765) | public Set getTags() { method getHypervisor (line 770) | @Nullable method getIpAddress (line 775) | @Nullable method isLocalStorageActive (line 780) | public boolean isLocalStorageActive() { method getJobId (line 784) | @Nullable method getJobStatus (line 789) | @Nullable method getLastPinged (line 794) | @Nullable method getManagementServerId (line 799) | @Nullable method getMemoryAllocated (line 804) | public long getMemoryAllocated() { method getMemoryTotal (line 808) | public long getMemoryTotal() { method getMemoryUsed (line 812) | public long getMemoryUsed() { method getName (line 816) | @Nullable method getNetworkKbsRead (line 821) | public long getNetworkKbsRead() { method getNetworkKbsWrite (line 825) | public long getNetworkKbsWrite() { method getOsCategoryId (line 829) | @Nullable method getOsCategoryName (line 834) | @Nullable method getPodId (line 839) | @Nullable method getPodName (line 844) | @Nullable method getRemoved (line 849) | @Nullable method getState (line 854) | @Nullable method getType (line 859) | @Nullable method getVersion (line 864) | @Nullable method getZoneId (line 869) | @Nullable method getZoneName (line 874) | @Nullable method hashCode (line 879) | @Override method equals (line 884) | @Override method string (line 933) | protected ToStringHelper string() { method toString (line 950) | @Override method compareTo (line 955) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/IPForwardingRule.java class IPForwardingRule (line 34) | public class IPForwardingRule implements Comparable { method builder (line 36) | public static Builder builder() { method toBuilder (line 40) | public Builder toBuilder() { class Builder (line 44) | public abstract static class Builder> { method self (line 45) | protected abstract T self(); method id (line 66) | public T id(String id) { method IPAddress (line 74) | public T IPAddress(String IPAddress) { method IPAddressId (line 82) | public T IPAddressId(String IPAddressId) { method startPort (line 90) | public T startPort(int startPort) { method protocol (line 98) | public T protocol(String protocol) { method endPort (line 106) | public T endPort(int endPort) { method state (line 114) | public T state(String state) { method virtualMachineDisplayName (line 122) | public T virtualMachineDisplayName(String virtualMachineDisplayName) { method virtualMachineId (line 130) | public T virtualMachineId(String virtualMachineId) { method virtualMachineName (line 138) | public T virtualMachineName(String virtualMachineName) { method publicPort (line 146) | public T publicPort(int publicPort) { method CIDRs (line 154) | public T CIDRs(Set CIDRs) { method CIDRs (line 159) | public T CIDRs(String... in) { method privateEndPort (line 166) | public T privateEndPort(int privateEndPort) { method publicEndPort (line 174) | public T publicEndPort(int publicEndPort) { method tags (line 182) | public T tags(Set tags) { method tags (line 187) | public T tags(Tag... in) { method build (line 191) | public IPForwardingRule build() { method fromIPForwardingRule (line 196) | public T fromIPForwardingRule(IPForwardingRule in) { class ConcreteBuilder (line 216) | private static class ConcreteBuilder extends Builder { method self (line 217) | @Override method IPForwardingRule (line 239) | @ConstructorProperties({ method getId (line 268) | public String getId() { method getIPAddress (line 275) | @Nullable method getIPAddressId (line 283) | @Nullable method getStartPort (line 291) | public int getStartPort() { method getProtocol (line 298) | @Nullable method getEndPort (line 306) | public int getEndPort() { method getState (line 313) | @Nullable method getVirtualMachineDisplayName (line 321) | @Nullable method getVirtualMachineId (line 329) | @Nullable method getVirtualMachineName (line 337) | @Nullable method getPublicPort (line 345) | public int getPublicPort() { method getCIDRs (line 352) | public Set getCIDRs() { method getPrivateEndPort (line 359) | public int getPrivateEndPort() { method getPublicEndPort (line 366) | public int getPublicEndPort() { method getTags (line 373) | @Nullable method hashCode (line 378) | @Override method equals (line 383) | @Override method string (line 405) | protected ToStringHelper string() { method toString (line 414) | @Override method compareTo (line 419) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/ISO.java class ISO (line 35) | public class ISO { type ISOFilter (line 39) | public static enum ISOFilter { method fromValue (line 43) | public static ISOFilter fromValue(String format) { method builder (line 52) | public static Builder builder() { method toBuilder (line 56) | public Builder toBuilder() { class Builder (line 60) | public abstract static class Builder> { method self (line 61) | protected abstract T self(); method id (line 100) | public T id(String id) { method account (line 108) | public T account(String account) { method accountId (line 116) | public T accountId(String accountId) { method bootable (line 124) | public T bootable(boolean bootable) { method checksum (line 132) | public T checksum(String checksum) { method created (line 140) | public T created(Date created) { method crossZones (line 148) | public T crossZones(boolean crossZones) { method displayText (line 156) | public T displayText(String displayText) { method domain (line 164) | public T domain(String domain) { method domainid (line 172) | public T domainid(String domainid) { method format (line 180) | public T format(String format) { method hostId (line 188) | public T hostId(String hostId) { method hostName (line 196) | public T hostName(String hostName) { method hypervisor (line 204) | public T hypervisor(String hypervisor) { method isExtractable (line 212) | public T isExtractable(boolean isExtractable) { method isFeatured (line 220) | public T isFeatured(boolean isFeatured) { method isPublic (line 228) | public T isPublic(boolean isPublic) { method isReady (line 236) | public T isReady(boolean isReady) { method jobId (line 244) | public T jobId(String jobId) { method jobStatus (line 252) | public T jobStatus(String jobStatus) { method name (line 260) | public T name(String name) { method osTypeId (line 268) | public T osTypeId(String osTypeId) { method osTypeName (line 276) | public T osTypeName(String osTypeName) { method passwordEnabled (line 284) | public T passwordEnabled(boolean passwordEnabled) { method removed (line 292) | public T removed(Date removed) { method size (line 300) | public T size(long size) { method sourceTemplateId (line 308) | public T sourceTemplateId(String sourceTemplateId) { method status (line 316) | public T status(String status) { method templateTag (line 324) | public T templateTag(String templateTag) { method templateType (line 332) | public T templateType(String templateType) { method zoneId (line 340) | public T zoneId(String zoneId) { method zoneName (line 348) | public T zoneName(String zoneName) { method tags (line 356) | public T tags(Set tags) { method tags (line 361) | public T tags(Tag... in) { method build (line 365) | public ISO build() { method fromISO (line 372) | public T fromISO(ISO in) { class ConcreteBuilder (line 410) | private static class ConcreteBuilder extends Builder { method self (line 411) | @Override method ISO (line 451) | @ConstructorProperties({ method getId (line 500) | public String getId() { method getAccount (line 507) | @Nullable method getAccountId (line 515) | @Nullable method isBootable (line 520) | public boolean isBootable() { method getChecksum (line 527) | @Nullable method getCreated (line 535) | @Nullable method isCrossZones (line 540) | public boolean isCrossZones() { method getDisplayText (line 547) | @Nullable method getDomain (line 555) | @Nullable method getDomainid (line 563) | @Nullable method getFormat (line 571) | @Nullable method getHostId (line 579) | @Nullable method getHostName (line 587) | @Nullable method getHypervisor (line 595) | @Nullable method isExtractable (line 600) | public boolean isExtractable() { method isFeatured (line 604) | public boolean isFeatured() { method isPublic (line 608) | public boolean isPublic() { method isReady (line 612) | public boolean isReady() { method getJobId (line 619) | @Nullable method getJobStatus (line 627) | @Nullable method getName (line 635) | @Nullable method getOsTypeId (line 643) | @Nullable method getOsTypeName (line 651) | @Nullable method isPasswordEnabled (line 656) | public boolean isPasswordEnabled() { method getRemoved (line 663) | @Nullable method getSize (line 671) | public long getSize() { method getSourceTemplateId (line 678) | @Nullable method getStatus (line 686) | @Nullable method getTemplateTag (line 694) | @Nullable method getTemplateType (line 702) | @Nullable method getZoneId (line 710) | @Nullable method getZoneName (line 718) | @Nullable method getTags (line 726) | @Nullable method hashCode (line 731) | @Override method equals (line 739) | @Override method string (line 779) | protected ToStringHelper string() { method toString (line 791) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/ISOExtraction.java class ISOExtraction (line 33) | public class ISOExtraction { method builder (line 35) | public static Builder builder() { method toBuilder (line 39) | public Builder toBuilder() { class Builder (line 43) | public abstract static class Builder> { method self (line 44) | protected abstract T self(); method id (line 63) | public T id(String id) { method accountId (line 71) | public T accountId(String accountId) { method created (line 79) | public T created(Date created) { method extractId (line 87) | public T extractId(String extractId) { method extractMode (line 95) | public T extractMode(ExtractMode extractMode) { method name (line 103) | public T name(String name) { method state (line 111) | public T state(String state) { method status (line 119) | public T status(String status) { method storageType (line 127) | public T storageType(String storageType) { method uploadPercentage (line 135) | public T uploadPercentage(int uploadPercentage) { method url (line 143) | public T url(String url) { method zoneId (line 151) | public T zoneId(String zoneId) { method zoneName (line 159) | public T zoneName(String zoneName) { method build (line 164) | public ISOExtraction build() { method fromISOExtraction (line 168) | public T fromISOExtraction(ISOExtraction in) { class ConcreteBuilder (line 186) | private static class ConcreteBuilder extends Builder { method self (line 187) | @Override method ISOExtraction (line 207) | @ConstructorProperties({ method getId (line 232) | public String getId() { method getAccountId (line 239) | @Nullable method getCreated (line 247) | @Nullable method getExtractId (line 255) | @Nullable method getExtractMode (line 263) | @Nullable method getName (line 271) | @Nullable method getState (line 279) | @Nullable method getStatus (line 287) | @Nullable method getStorageType (line 295) | @Nullable method getUploadPercentage (line 303) | public int getUploadPercentage() { method getUrl (line 310) | @Nullable method getZoneId (line 318) | @Nullable method getZoneName (line 326) | @Nullable method hashCode (line 331) | @Override method equals (line 336) | @Override method string (line 356) | protected ToStringHelper string() { method toString (line 363) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/ISOPermissions.java class ISOPermissions (line 34) | public class ISOPermissions { method builder (line 36) | public static Builder builder() { method toBuilder (line 40) | public Builder toBuilder() { class Builder (line 44) | public abstract static class Builder> { method self (line 45) | protected abstract T self(); method id (line 55) | public T id(String id) { method accounts (line 63) | public T accounts(Set accounts) { method accounts (line 68) | public T accounts(String... in) { method domainId (line 75) | public T domainId(String domainId) { method isPublic (line 83) | public T isPublic(boolean isPublic) { method build (line 88) | public ISOPermissions build() { method fromISOPermissions (line 92) | public T fromISOPermissions(ISOPermissions in) { class ConcreteBuilder (line 101) | private static class ConcreteBuilder extends Builder { method self (line 102) | @Override method ISOPermissions (line 113) | @ConstructorProperties({ method getId (line 126) | public String getId() { method getAccounts (line 133) | public Set getAccounts() { method getDomainId (line 140) | @Nullable method isPublic (line 148) | public boolean isPublic() { method hashCode (line 152) | @Override method equals (line 157) | @Override method string (line 168) | protected ToStringHelper string() { method toString (line 173) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/IngressRule.java class IngressRule (line 31) | public class IngressRule implements Comparable { method builder (line 33) | public static Builder builder() { method toBuilder (line 37) | public Builder toBuilder() { class Builder (line 41) | public abstract static class Builder> { method self (line 42) | protected abstract T self(); method account (line 58) | public T account(String account) { method CIDR (line 66) | public T CIDR(String CIDR) { method endPort (line 74) | public T endPort(int endPort) { method ICMPCode (line 82) | public T ICMPCode(int ICMPCode) { method ICMPType (line 90) | public T ICMPType(int ICMPType) { method protocol (line 98) | public T protocol(String protocol) { method id (line 106) | public T id(String id) { method securityGroupName (line 114) | public T securityGroupName(String securityGroupName) { method startPort (line 122) | public T startPort(int startPort) { method tags (line 130) | public T tags(Set tags) { method tags (line 135) | public T tags(Tag... in) { method build (line 139) | public IngressRule build() { method fromIngressRule (line 143) | public T fromIngressRule(IngressRule in) { class ConcreteBuilder (line 158) | private static class ConcreteBuilder extends Builder { method self (line 159) | @Override method IngressRule (line 176) | @ConstructorProperties({ method getAccount (line 197) | @Nullable method getCIDR (line 205) | @Nullable method getEndPort (line 213) | public int getEndPort() { method getICMPCode (line 220) | public int getICMPCode() { method getICMPType (line 227) | public int getICMPType() { method getProtocol (line 234) | @Nullable method getId (line 242) | public String getId() { method getSecurityGroupName (line 249) | @Nullable method getStartPort (line 257) | public int getStartPort() { method getTags (line 264) | @Nullable method hashCode (line 269) | @Override method equals (line 274) | @Override method string (line 291) | protected ToStringHelper string() { method toString (line 298) | @Override method compareTo (line 303) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/JobResult.java class JobResult (line 33) | public class JobResult { method builder (line 35) | public static Builder builder() { method toBuilder (line 39) | public Builder toBuilder() { class Builder (line 43) | public abstract static class Builder> { method self (line 44) | protected abstract T self(); method success (line 52) | public T success(boolean success) { method displayText (line 60) | public T displayText(String displayText) { method build (line 65) | public JobResult build() { method fromJobResult (line 69) | public T fromJobResult(JobResult in) { class ConcreteBuilder (line 76) | private static class ConcreteBuilder extends Builder { method self (line 77) | @Override method JobResult (line 86) | @ConstructorProperties({ method isSuccess (line 94) | public boolean isSuccess() { method getDisplayText (line 98) | @Nullable method hashCode (line 103) | @Override method equals (line 108) | @Override method string (line 117) | protected ToStringHelper string() { method toString (line 121) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/LoadBalancerRule.java class LoadBalancerRule (line 35) | public class LoadBalancerRule { type State (line 39) | public static enum State { method toString (line 42) | @Override method fromValue (line 47) | public static State fromValue(String state) { type Algorithm (line 57) | public static enum Algorithm { method toString (line 60) | @Override method fromValue (line 65) | public static Algorithm fromValue(String algorithm) { method builder (line 75) | public static Builder builder() { method toBuilder (line 79) | public Builder toBuilder() { class Builder (line 83) | public abstract static class Builder> { method self (line 84) | protected abstract T self(); method id (line 104) | public T id(String id) { method account (line 112) | public T account(String account) { method algorithm (line 120) | public T algorithm(LoadBalancerRule.Algorithm algorithm) { method description (line 128) | public T description(String description) { method domain (line 136) | public T domain(String domain) { method domainId (line 144) | public T domainId(String domainId) { method name (line 152) | public T name(String name) { method privatePort (line 160) | public T privatePort(int privatePort) { method publicIP (line 168) | public T publicIP(String publicIP) { method publicIPId (line 176) | public T publicIPId(String publicIPId) { method publicPort (line 184) | public T publicPort(int publicPort) { method state (line 192) | public T state(LoadBalancerRule.State state) { method CIDRs (line 200) | public T CIDRs(Set CIDRs) { method CIDRs (line 205) | public T CIDRs(String... in) { method zoneId (line 212) | public T zoneId(String zoneId) { method build (line 217) | public LoadBalancerRule build() { method fromLoadBalancerRule (line 221) | public T fromLoadBalancerRule(LoadBalancerRule in) { class ConcreteBuilder (line 240) | private static class ConcreteBuilder extends Builder { method self (line 241) | @Override method LoadBalancerRule (line 263) | @ConstructorProperties({ method splitStringOnCommas (line 276) | private static Set splitStringOnCommas(String in) { method LoadBalancerRule (line 280) | protected LoadBalancerRule(String id, @Nullable String account, @Nulla... method getId (line 303) | public String getId() { method getAccount (line 310) | @Nullable method getAlgorithm (line 318) | @Nullable method getDescription (line 326) | @Nullable method getDomain (line 334) | @Nullable method getDomainId (line 342) | @Nullable method getName (line 350) | @Nullable method getPrivatePort (line 358) | public int getPrivatePort() { method getPublicIP (line 365) | @Nullable method getPublicIPId (line 373) | @Nullable method getPublicPort (line 381) | public int getPublicPort() { method getState (line 388) | @Nullable method getCIDRs (line 396) | public Set getCIDRs() { method getZoneId (line 403) | @Nullable method hashCode (line 408) | @Override method equals (line 413) | @Override method string (line 434) | protected ToStringHelper string() { method toString (line 439) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/LoginResponse.java class LoginResponse (line 30) | public class LoginResponse { method builder (line 32) | public static Builder builder() { method toBuilder (line 36) | public Builder toBuilder() { class Builder (line 40) | public abstract static class Builder> { method self (line 41) | protected abstract T self(); method username (line 61) | public T username(String username) { method userId (line 69) | public T userId(String userId) { method password (line 77) | public T password(String password) { method domainId (line 85) | public T domainId(String domainId) { method timeout (line 93) | public T timeout(long timeout) { method registered (line 101) | public T registered(boolean registered) { method accountName (line 109) | public T accountName(String accountName) { method firstName (line 117) | public T firstName(String firstName) { method lastName (line 125) | public T lastName(String lastName) { method accountType (line 133) | public T accountType(Account.Type accountType) { method timezone (line 141) | public T timezone(String timezone) { method timezoneOffset (line 149) | public T timezoneOffset(String timezoneOffset) { method sessionKey (line 157) | public T sessionKey(String sessionKey) { method jSessionId (line 165) | public T jSessionId(String jSessionId) { method build (line 170) | public LoginResponse build() { method fromLoginResponse (line 174) | public T fromLoginResponse(LoginResponse in) { class ConcreteBuilder (line 193) | private static class ConcreteBuilder extends Builder { method self (line 194) | @Override method LoginResponse (line 215) | @ConstructorProperties({ method getUsername (line 235) | @Nullable method getUserId (line 240) | @Nullable method getPassword (line 245) | @Nullable method getDomainId (line 250) | @Nullable method getTimeout (line 255) | public long getTimeout() { method isRegistered (line 259) | public boolean isRegistered() { method getAccountName (line 263) | @Nullable method getFirstName (line 268) | @Nullable method getLastName (line 273) | @Nullable method getAccountType (line 278) | @Nullable method getTimezone (line 283) | @Nullable method getTimezoneOffset (line 288) | @Nullable method getSessionKey (line 293) | @Nullable method getJSessionId (line 298) | @Nullable method hashCode (line 303) | @Override method equals (line 308) | @Override method string (line 329) | protected ToStringHelper string() { method toString (line 334) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/NIC.java class NIC (line 33) | public class NIC { method builder (line 35) | public static Builder builder() { method toBuilder (line 39) | public Builder toBuilder() { class Builder (line 43) | public abstract static class Builder> { method self (line 44) | protected abstract T self(); method id (line 61) | public T id(String id) { method broadcastURI (line 69) | public T broadcastURI(URI broadcastURI) { method gateway (line 77) | public T gateway(String gateway) { method IPAddress (line 85) | public T IPAddress(String IPAddress) { method isDefault (line 93) | public T isDefault(boolean isDefault) { method isolationURI (line 101) | public T isolationURI(URI isolationURI) { method netmask (line 109) | public T netmask(String netmask) { method macAddress (line 117) | public T macAddress(String macAddress) { method networkId (line 125) | public T networkId(String networkId) { method trafficType (line 133) | public T trafficType(TrafficType trafficType) { method guestIPType (line 141) | public T guestIPType(GuestIPType guestIPType) { method build (line 146) | public NIC build() { method fromNIC (line 150) | public T fromNIC(NIC in) { class ConcreteBuilder (line 166) | private static class ConcreteBuilder extends Builder { method self (line 167) | @Override method NIC (line 185) | @ConstructorProperties({ method getId (line 207) | public String getId() { method getBroadcastURI (line 214) | @Nullable method getGateway (line 222) | @Nullable method getIPAddress (line 230) | @Nullable method isDefault (line 238) | public boolean isDefault() { method getIsolationURI (line 245) | @Nullable method getNetmask (line 253) | @Nullable method getMacAddress (line 261) | @Nullable method getNetworkId (line 269) | @Nullable method getTrafficType (line 277) | @Nullable method getGuestIPType (line 285) | @Nullable method hashCode (line 290) | @Override method equals (line 295) | @Override method string (line 313) | protected ToStringHelper string() { method toString (line 320) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/Network.java class Network (line 38) | public class Network { method builder (line 40) | public static Builder builder() { method toBuilder (line 44) | public Builder toBuilder() { class Builder (line 48) | public abstract static class Builder> { method self (line 49) | protected abstract T self(); method id (line 86) | public T id(String id) { method account (line 94) | public T account(String account) { method broadcastDomainType (line 102) | public T broadcastDomainType(String broadcastDomainType) { method broadcastURI (line 110) | public T broadcastURI(URI broadcastURI) { method displayText (line 118) | public T displayText(String displayText) { method DNS (line 126) | public T DNS(List DNS) { method domain (line 135) | public T domain(String domain) { method domainId (line 143) | public T domainId(String domainId) { method endIP (line 151) | public T endIP(String endIP) { method gateway (line 159) | public T gateway(String gateway) { method isDefault (line 167) | public T isDefault(boolean isDefault) { method isShared (line 175) | public T isShared(boolean isShared) { method isSystem (line 183) | public T isSystem(boolean isSystem) { method netmask (line 191) | public T netmask(String netmask) { method networkDomain (line 199) | public T networkDomain(String networkDomain) { method networkOfferingAvailability (line 207) | public T networkOfferingAvailability(String networkOfferingAvailabil... method networkOfferingDisplayText (line 215) | public T networkOfferingDisplayText(String networkOfferingDisplayTex... method networkOfferingId (line 223) | public T networkOfferingId(String networkOfferingId) { method networkOfferingName (line 231) | public T networkOfferingName(String networkOfferingName) { method related (line 239) | public T related(String related) { method startIP (line 247) | public T startIP(String startIP) { method name (line 255) | public T name(String name) { method state (line 263) | public T state(String state) { method guestIPType (line 271) | public T guestIPType(GuestIPType guestIPType) { method VLAN (line 279) | public T VLAN(String vlan) { method trafficType (line 287) | public T trafficType(TrafficType trafficType) { method zoneId (line 295) | public T zoneId(String zoneId) { method securityGroupEnabled (line 303) | public T securityGroupEnabled(boolean securityGroupEnabled) { method services (line 311) | public T services(Set services) { method tags (line 319) | public T tags(Set tags) { method tags (line 324) | public T tags(Tag... in) { method build (line 328) | public Network build() { method fromNetwork (line 332) | public T fromNetwork(Network in) { class ConcreteBuilder (line 367) | private static class ConcreteBuilder extends Builder { method self (line 368) | @Override method Network (line 406) | @ConstructorProperties({ method getId (line 453) | public String getId() { method getAccount (line 460) | @Nullable method getBroadcastDomainType (line 468) | @Nullable method getBroadcastURI (line 476) | @Nullable method getDisplayText (line 484) | @Nullable method getDNS (line 489) | public List getDNS() { method getDomain (line 501) | @Nullable method getDomainId (line 509) | @Nullable method getEndIP (line 517) | @Nullable method getGateway (line 525) | @Nullable method isDefault (line 533) | public boolean isDefault() { method isShared (line 540) | public boolean isShared() { method isSystem (line 547) | public boolean isSystem() { method getNetmask (line 554) | @Nullable method getNetworkDomain (line 562) | @Nullable method getNetworkOfferingAvailability (line 570) | @Nullable method getNetworkOfferingDisplayText (line 578) | @Nullable method getNetworkOfferingId (line 586) | @Nullable method getNetworkOfferingName (line 594) | @Nullable method getRelated (line 602) | @Nullable method getStartIP (line 610) | @Nullable method getName (line 618) | @Nullable method getState (line 626) | @Nullable method getGuestIPType (line 634) | public GuestIPType getGuestIPType() { method getVLAN (line 641) | @Nullable method getTrafficType (line 649) | @Nullable method getZoneId (line 657) | @Nullable method getTags (line 665) | public Set getTags() { method isSecurityGroupEnabled (line 672) | public boolean isSecurityGroupEnabled() { method getServices (line 679) | public Set getServices() { method hashCode (line 683) | @Override method equals (line 688) | @Override method string (line 726) | protected ToStringHelper string() { method toString (line 738) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/NetworkOffering.java class NetworkOffering (line 35) | public class NetworkOffering implements Comparable { method builder (line 37) | public static Builder builder() { method toBuilder (line 41) | public Builder toBuilder() { class Builder (line 45) | public abstract static class Builder> { method self (line 46) | protected abstract T self(); method id (line 64) | public T id(String id) { method name (line 72) | public T name(String name) { method displayText (line 80) | public T displayText(String displayText) { method created (line 88) | public T created(Date created) { method availability (line 96) | public T availability(NetworkOfferingAvailabilityType availability) { method maxConnections (line 104) | public T maxConnections(Integer maxConnections) { method isDefault (line 112) | public T isDefault(boolean isDefault) { method supportsVLAN (line 120) | public T supportsVLAN(boolean supportsVLAN) { method trafficType (line 128) | public T trafficType(TrafficType trafficType) { method guestIPType (line 136) | public T guestIPType(GuestIPType guestIPType) { method networkRate (line 144) | public T networkRate(int networkRate) { method tags (line 152) | public T tags(Iterable tags) { method tag (line 160) | public T tag(String tag) { method build (line 166) | public NetworkOffering build() { method fromNetworkOffering (line 170) | public T fromNetworkOffering(NetworkOffering in) { class ConcreteBuilder (line 187) | private static class ConcreteBuilder extends Builder { method self (line 188) | @Override method NetworkOffering (line 207) | @ConstructorProperties({ method getId (line 228) | public String getId() { method getName (line 235) | @Nullable method getDisplayText (line 243) | @Nullable method getCreated (line 251) | @Nullable method getAvailability (line 259) | @Nullable method getMaxConnections (line 268) | @Nullable method isDefault (line 276) | public boolean isDefault() { method supportsVLAN (line 283) | public boolean supportsVLAN() { method getTrafficType (line 290) | @Nullable method getGuestIPType (line 298) | @Nullable method getNetworkRate (line 306) | public int getNetworkRate() { method getTags (line 313) | public Set getTags() { method hashCode (line 317) | @Override method equals (line 322) | @Override method string (line 341) | protected ToStringHelper string() { method toString (line 346) | @Override method compareTo (line 351) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/NetworkOfferingAvailabilityType.java type NetworkOfferingAvailabilityType (line 23) | public enum NetworkOfferingAvailabilityType { method toString (line 33) | @Override method fromValue (line 38) | public static NetworkOfferingAvailabilityType fromValue(String type) { FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/NetworkService.java class NetworkService (line 38) | public class NetworkService implements Comparable { class Capability (line 40) | public static class Capability implements Comparable { method builder (line 42) | public static Builder builder() { method toBuilder (line 46) | public Builder toBuilder() { class Builder (line 50) | public abstract static class Builder> { method self (line 51) | protected abstract T self(); method name (line 59) | public T name(String name) { method value (line 67) | public T value(String value) { method build (line 72) | public Capability build() { method fromCapability (line 76) | public T fromCapability(Capability in) { class ConcreteBuilder (line 84) | private static class ConcreteBuilder extends Builder { method self (line 85) | @Override method Capability (line 94) | @ConstructorProperties({ method getName (line 102) | public String getName() { method getValue (line 106) | @Nullable method hashCode (line 111) | @Override method equals (line 116) | @Override method string (line 125) | protected ToStringHelper string() { method toString (line 130) | @Override method compareTo (line 135) | @Override method builder (line 141) | public static Builder builder() { method toBuilder (line 145) | public Builder toBuilder() { class Builder (line 149) | public abstract static class Builder> { method self (line 150) | protected abstract T self(); method name (line 158) | public T name(String name) { method capabilities (line 166) | public T capabilities(Map capabilities) { method build (line 173) | public NetworkService build() { method fromNetworkService (line 177) | public T fromNetworkService(NetworkService in) { class ConcreteBuilder (line 184) | private static class ConcreteBuilder extends Builder { method self (line 185) | @Override method NetworkService (line 194) | @ConstructorProperties({ method getName (line 202) | public String getName() { method getCapabilities (line 206) | public Map getCapabilities() { method hashCode (line 215) | @Override method equals (line 220) | @Override method string (line 229) | protected ToStringHelper string() { method toString (line 233) | @Override method compareTo (line 238) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/NetworkType.java type NetworkType (line 26) | public enum NetworkType { method toString (line 33) | @Override method fromValue (line 38) | public static NetworkType fromValue(String type) { FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/OSType.java class OSType (line 32) | public class OSType implements Comparable { method builder (line 34) | public static Builder builder() { method toBuilder (line 38) | public Builder toBuilder() { class Builder (line 42) | public abstract static class Builder> { method self (line 43) | protected abstract T self(); method id (line 52) | public T id(String id) { method OSCategoryId (line 60) | public T OSCategoryId(String OSCategoryId) { method description (line 68) | public T description(String description) { method build (line 73) | public OSType build() { method fromOSType (line 77) | public T fromOSType(OSType in) { class ConcreteBuilder (line 85) | private static class ConcreteBuilder extends Builder { method self (line 86) | @Override method OSType (line 96) | @ConstructorProperties({ method getId (line 108) | public String getId() { method getOSCategoryId (line 115) | @Nullable method getDescription (line 123) | @Nullable method hashCode (line 128) | @Override method equals (line 133) | @Override method string (line 143) | protected ToStringHelper string() { method toString (line 147) | @Override method compareTo (line 152) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/PermissionOperation.java type PermissionOperation (line 21) | public enum PermissionOperation { method fromValue (line 25) | public static PermissionOperation fromValue(String format) { FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/Pod.java class Pod (line 32) | public class Pod implements Comparable { method builder (line 34) | public static Builder builder() { method toBuilder (line 38) | public Builder toBuilder() { class Builder (line 42) | public abstract static class Builder> { method self (line 43) | protected abstract T self(); method id (line 58) | public T id(String id) { method name (line 66) | public T name(String name) { method zoneId (line 74) | public T zoneId(String zoneId) { method zoneName (line 82) | public T zoneName(String zoneName) { method gateway (line 90) | public T gateway(String gateway) { method netmask (line 98) | public T netmask(String netmask) { method startIp (line 106) | public T startIp(String startIp) { method endIp (line 114) | public T endIp(String endIp) { method allocationState (line 122) | public T allocationState(AllocationState allocationState) { method build (line 127) | public Pod build() { method fromPod (line 131) | public T fromPod(Pod in) { class ConcreteBuilder (line 145) | private static class ConcreteBuilder extends Builder { method self (line 146) | @Override method Pod (line 162) | @ConstructorProperties({ method getId (line 180) | public String getId() { method getName (line 187) | @Nullable method getZoneId (line 195) | @Nullable method getZoneName (line 203) | @Nullable method getGateway (line 211) | @Nullable method getNetmask (line 219) | @Nullable method getStartIp (line 227) | @Nullable method getEndIp (line 235) | @Nullable method getAllocationState (line 243) | @Nullable method hashCode (line 248) | @Override method equals (line 253) | @Override method string (line 269) | protected ToStringHelper string() { method toString (line 274) | @Override method compareTo (line 279) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/PortForwardingRule.java class PortForwardingRule (line 35) | public class PortForwardingRule implements Comparable { type Protocol (line 37) | public static enum Protocol { method fromValue (line 43) | public static Protocol fromValue(String value) { method toString (line 51) | @Override type State (line 57) | public static enum State { method fromValue (line 66) | public static State fromValue(String value) { method toString (line 74) | @Override method builder (line 80) | public static Builder builder() { method toBuilder (line 84) | public Builder toBuilder() { class Builder (line 88) | public abstract static class Builder> { method self (line 89) | protected abstract T self(); method id (line 109) | public T id(String id) { method IPAddress (line 117) | public T IPAddress(String IPAddress) { method IPAddressId (line 125) | public T IPAddressId(String IPAddressId) { method privatePort (line 133) | public T privatePort(int privatePort) { method protocol (line 141) | public T protocol(Protocol protocol) { method publicPort (line 149) | public T publicPort(int publicPort) { method state (line 157) | public T state(State state) { method virtualMachineDisplayName (line 165) | public T virtualMachineDisplayName(String virtualMachineDisplayName) { method virtualMachineId (line 173) | public T virtualMachineId(String virtualMachineId) { method virtualMachineName (line 181) | public T virtualMachineName(String virtualMachineName) { method CIDRs (line 189) | public T CIDRs(Set CIDRs) { method CIDRs (line 194) | public T CIDRs(String... in) { method privateEndPort (line 201) | public T privateEndPort(int privateEndPort) { method publicEndPort (line 209) | public T publicEndPort(int publicEndPort) { method tags (line 217) | public T tags(Set tags) { method tags (line 222) | public T tags(Tag... in) { method build (line 226) | public PortForwardingRule build() { method fromPortForwardingRule (line 231) | public T fromPortForwardingRule(PortForwardingRule in) { class ConcreteBuilder (line 250) | private static class ConcreteBuilder extends Builder { method self (line 251) | @Override method PortForwardingRule (line 272) | @ConstructorProperties({ method splitStringOnCommas (line 284) | private static Set splitStringOnCommas(String in) { method PortForwardingRule (line 288) | protected PortForwardingRule(String id, @Nullable String IPAddress, @N... method getId (line 312) | public String getId() { method getIPAddress (line 319) | @Nullable method getIPAddressId (line 327) | @Nullable method getPrivatePort (line 335) | public int getPrivatePort() { method getProtocol (line 342) | @Nullable method getPublicPort (line 350) | public int getPublicPort() { method getState (line 357) | @Nullable method getVirtualMachineDisplayName (line 365) | @Nullable method getVirtualMachineId (line 373) | @Nullable method getVirtualMachineName (line 381) | @Nullable method getCIDRs (line 389) | public Set getCIDRs() { method getPrivateEndPort (line 396) | public int getPrivateEndPort() { method getPublicEndPort (line 403) | public int getPublicEndPort() { method getTags (line 410) | public Set getTags() { method hashCode (line 414) | @Override method equals (line 419) | @Override method string (line 440) | protected ToStringHelper string() { method toString (line 448) | @Override method compareTo (line 453) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/Project.java class Project (line 35) | public class Project implements Comparable { type State (line 37) | public static enum State { method toString (line 40) | @Override method fromValue (line 45) | public static State fromValue(String state) { method builder (line 55) | public static Builder builder() { method toBuilder (line 59) | public Builder toBuilder() { class Builder (line 63) | public abstract static class Builder> { method self (line 64) | protected abstract T self(); method id (line 78) | public T id(String id) { method name (line 86) | public T name(String name) { method domainId (line 94) | public T domainId(String domainId) { method domain (line 102) | public T domain(String domain) { method account (line 110) | public T account(String account) { method displayText (line 118) | public T displayText(String displayText) { method state (line 126) | public T state(State state) { method tags (line 134) | public T tags(Set tags) { method tags (line 139) | public T tags(Tag... in) { method build (line 143) | public Project build() { method fromDomain (line 147) | public T fromDomain(Project in) { class ConcreteBuilder (line 160) | private static class ConcreteBuilder extends Builder { method self (line 161) | @Override method Project (line 176) | @ConstructorProperties({ method getId (line 191) | public String getId() { method getAccount (line 195) | @Nullable method getDisplayText (line 200) | @Nullable method getDomain (line 205) | @Nullable method getDomainId (line 210) | @Nullable method getName (line 215) | @Nullable method getState (line 220) | public State getState() { method getTags (line 227) | public Set getTags() { method hashCode (line 231) | @Override method equals (line 236) | @Override method string (line 251) | protected ToStringHelper string() { method toString (line 258) | @Override method compareTo (line 263) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/PublicIPAddress.java class PublicIPAddress (line 36) | public class PublicIPAddress { type State (line 40) | public static enum State { method toString (line 43) | @Override method fromValue (line 48) | public static State fromValue(String state) { method builder (line 58) | public static Builder builder() { method toBuilder (line 62) | public Builder toBuilder() { class Builder (line 66) | public abstract static class Builder> { method self (line 67) | protected abstract T self(); method id (line 95) | public T id(String id) { method account (line 103) | public T account(String account) { method allocated (line 111) | public T allocated(Date allocated) { method associatedNetworkId (line 119) | public T associatedNetworkId(String associatedNetworkId) { method domain (line 127) | public T domain(String domain) { method domainId (line 135) | public T domainId(String domainId) { method usesVirtualNetwork (line 143) | public T usesVirtualNetwork(boolean usesVirtualNetwork) { method IPAddress (line 151) | public T IPAddress(String IPAddress) { method isSourceNAT (line 159) | public T isSourceNAT(boolean isSourceNAT) { method isStaticNAT (line 167) | public T isStaticNAT(boolean isStaticNAT) { method networkId (line 175) | public T networkId(String networkId) { method state (line 183) | public T state(PublicIPAddress.State state) { method virtualMachineDisplayName (line 191) | public T virtualMachineDisplayName(String virtualMachineDisplayName) { method virtualMachineId (line 199) | public T virtualMachineId(String virtualMachineId) { method virtualMachineName (line 207) | public T virtualMachineName(String virtualMachineName) { method VLANId (line 215) | public T VLANId(String VLANId) { method VLANName (line 223) | public T VLANName(String VLANName) { method zoneId (line 231) | public T zoneId(String zoneId) { method zoneName (line 239) | public T zoneName(String zoneName) { method jobId (line 247) | public T jobId(String jobId) { method jobStatus (line 255) | public T jobStatus(Integer jobStatus) { method tags (line 263) | public T tags(Set tags) { method tags (line 268) | public T tags(Tag... in) { method build (line 272) | public PublicIPAddress build() { method fromPublicIPAddress (line 276) | public T fromPublicIPAddress(PublicIPAddress in) { class ConcreteBuilder (line 303) | private static class ConcreteBuilder extends Builder { method self (line 304) | @Override method PublicIPAddress (line 333) | @ConstructorProperties({ method getId (line 371) | public String getId() { method getAccount (line 378) | @Nullable method getAllocated (line 386) | @Nullable method getAssociatedNetworkId (line 394) | @Nullable method getDomain (line 402) | @Nullable method getDomainId (line 410) | @Nullable method isUsesVirtualNetwork (line 418) | public boolean isUsesVirtualNetwork() { method getIPAddress (line 425) | @Nullable method isSourceNAT (line 433) | public boolean isSourceNAT() { method isStaticNAT (line 440) | public boolean isStaticNAT() { method getNetworkId (line 447) | @Nullable method getState (line 456) | @Nullable method getVirtualMachineDisplayName (line 465) | @Nullable method getVirtualMachineId (line 474) | @Nullable method getVirtualMachineName (line 483) | @Nullable method getVLANId (line 491) | @Nullable method getVLANName (line 499) | @Nullable method getZoneId (line 507) | @Nullable method getZoneName (line 515) | @Nullable method getJobId (line 525) | @Nullable method getJobStatus (line 533) | @Nullable method getTags (line 541) | public Set getTags() { method hashCode (line 545) | @Override method equals (line 550) | @Override method string (line 579) | protected ToStringHelper string() { method toString (line 589) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/ResourceLimit.java class ResourceLimit (line 36) | public class ResourceLimit { type ResourceType (line 41) | public enum ResourceType { method apply (line 98) | @Override method ResourceType (line 105) | ResourceType(int code) { method getCode (line 109) | public int getCode() { method toString (line 113) | @Override method fromValue (line 118) | public static ResourceType fromValue(String resourceType) { method builder (line 124) | public static Builder builder() { method toBuilder (line 128) | public Builder toBuilder() { class Builder (line 132) | public abstract static class Builder> { method self (line 133) | protected abstract T self(); method account (line 144) | public T account(String account) { method domain (line 152) | public T domain(String domain) { method domainId (line 160) | public T domainId(String domainId) { method max (line 168) | public T max(int max) { method resourceType (line 176) | public T resourceType(ResourceType resourceType) { method build (line 181) | public ResourceLimit build() { method fromResourceLimit (line 185) | public T fromResourceLimit(ResourceLimit in) { class ConcreteBuilder (line 195) | private static class ConcreteBuilder extends Builder { method self (line 196) | @Override method ResourceLimit (line 208) | @ConstructorProperties({ method getAccount (line 220) | @Nullable method getDomain (line 225) | @Nullable method getDomainId (line 230) | @Nullable method getMax (line 235) | public int getMax() { method getResourceType (line 239) | @Nullable method hashCode (line 244) | @Override method equals (line 249) | @Override method string (line 261) | protected ToStringHelper string() { method toString (line 266) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/SecurityGroup.java class SecurityGroup (line 35) | public class SecurityGroup implements Comparable { method builder (line 37) | public static Builder builder() { method toBuilder (line 41) | public Builder toBuilder() { class Builder (line 45) | public abstract static class Builder> { method self (line 46) | protected abstract T self(); method id (line 62) | public T id(String id) { method account (line 70) | public T account(String account) { method name (line 78) | public T name(String name) { method description (line 86) | public T description(String description) { method domain (line 94) | public T domain(String domain) { method domainId (line 102) | public T domainId(String domainId) { method jobId (line 110) | public T jobId(String jobId) { method jobStatus (line 118) | public T jobStatus(Integer jobStatus) { method ingressRules (line 126) | public T ingressRules(Set ingressRules) { method tags (line 134) | public T tags(Set tags) { method tags (line 139) | public T tags(Tag... in) { method build (line 143) | public SecurityGroup build() { method fromSecurityGroup (line 147) | public T fromSecurityGroup(SecurityGroup in) { class ConcreteBuilder (line 162) | private static class ConcreteBuilder extends Builder { method self (line 163) | @Override method SecurityGroup (line 180) | @ConstructorProperties({ method getId (line 201) | public String getId() { method getAccount (line 208) | @Nullable method getName (line 216) | @Nullable method getDescription (line 224) | @Nullable method getDomain (line 232) | @Nullable method getDomainId (line 240) | @Nullable method getJobId (line 250) | @Nullable method getJobStatus (line 258) | @Nullable method getIngressRules (line 266) | public Set getIngressRules() { method getTags (line 273) | public Set getTags() { method hashCode (line 277) | @Override method equals (line 282) | @Override method string (line 299) | protected ToStringHelper string() { method toString (line 305) | @Override method compareTo (line 310) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/ServiceOffering.java class ServiceOffering (line 35) | public class ServiceOffering implements Comparable { method builder (line 37) | public static Builder builder() { method toBuilder (line 41) | public Builder toBuilder() { class Builder (line 45) | public abstract static class Builder> { method self (line 46) | protected abstract T self(); method id (line 69) | public T id(String id) { method name (line 77) | public T name(String name) { method displayText (line 85) | public T displayText(String displayText) { method created (line 93) | public T created(Date created) { method domain (line 101) | public T domain(String domain) { method domainId (line 109) | public T domainId(String domainId) { method cpuNumber (line 117) | public T cpuNumber(int cpuNumber) { method cpuSpeed (line 125) | public T cpuSpeed(int cpuSpeed) { method memory (line 133) | public T memory(int memory) { method supportsHA (line 141) | public T supportsHA(boolean haSupport) { method storageType (line 149) | public T storageType(StorageType storageType) { method tags (line 157) | public T tags(Iterable tags) { method tag (line 165) | public T tag(String tag) { method defaultUse (line 173) | public T defaultUse(boolean defaultUse) { method systemOffering (line 181) | public T systemOffering(boolean systemOffering) { method cpuUseLimited (line 189) | public T cpuUseLimited(boolean cpuUseLimited) { method networkRate (line 197) | public T networkRate(long networkRate) { method systemVmType (line 205) | public T systemVmType(boolean systemVmType) { method build (line 210) | public ServiceOffering build() { method fromServiceOffering (line 215) | public T fromServiceOffering(ServiceOffering in) { class ConcreteBuilder (line 237) | private static class ConcreteBuilder extends Builder { method self (line 238) | @Override method ServiceOffering (line 262) | @ConstructorProperties({ method getId (line 291) | public String getId() { method getName (line 298) | public String getName() { method getDisplayText (line 305) | @Nullable method getCreated (line 313) | @Nullable method getDomain (line 321) | @Nullable method getDomainId (line 329) | @Nullable method getCpuNumber (line 337) | public int getCpuNumber() { method getCpuSpeed (line 344) | public int getCpuSpeed() { method getMemory (line 351) | public int getMemory() { method supportsHA (line 355) | public boolean supportsHA() { method getStorageType (line 362) | @Nullable method getTags (line 370) | public Set getTags() { method isDefaultUse (line 377) | public boolean isDefaultUse() { method isSystemOffering (line 384) | public boolean isSystemOffering() { method isCpuUseLimited (line 391) | public boolean isCpuUseLimited() { method getNetworkRate (line 398) | public long getNetworkRate() { method isSystemVmType (line 405) | public boolean isSystemVmType() { method hashCode (line 409) | @Override method equals (line 414) | @Override method string (line 438) | protected ToStringHelper string() { method toString (line 447) | @Override method compareTo (line 452) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/Snapshot.java class Snapshot (line 36) | public class Snapshot { type State (line 40) | public static enum State { method toString (line 44) | @Override method fromValue (line 49) | public static State fromValue(String state) { type Type (line 60) | public static enum Type { method fromValue (line 64) | public static Type fromValue(String type) { type Interval (line 75) | public static enum Interval { method fromValue (line 79) | public static Interval fromValue(String type) { method builder (line 88) | public static Builder builder() { method toBuilder (line 92) | public Builder toBuilder() { class Builder (line 96) | public abstract static class Builder> { method self (line 97) | protected abstract T self(); method id (line 118) | public T id(String id) { method account (line 126) | public T account(String account) { method created (line 134) | public T created(Date created) { method domain (line 142) | public T domain(String domain) { method domainId (line 150) | public T domainId(String domainId) { method interval (line 158) | public T interval(Snapshot.Interval interval) { method jobId (line 166) | public T jobId(String jobId) { method jobStatus (line 174) | public T jobStatus(String jobStatus) { method name (line 182) | public T name(String name) { method snapshotType (line 190) | public T snapshotType(Snapshot.Type snapshotType) { method state (line 198) | public T state(Snapshot.State state) { method volumeId (line 206) | public T volumeId(String volumeId) { method volumeName (line 214) | public T volumeName(String volumeName) { method volumeType (line 222) | public T volumeType(Volume.Type volumeType) { method tags (line 230) | public T tags(Set tags) { method tags (line 235) | public T tags(Tag... in) { method build (line 239) | public Snapshot build() { method fromSnapshot (line 244) | public T fromSnapshot(Snapshot in) { class ConcreteBuilder (line 264) | private static class ConcreteBuilder extends Builder { method self (line 265) | @Override method Snapshot (line 287) | @ConstructorProperties({ method getId (line 314) | public String getId() { method getAccount (line 321) | @Nullable method getCreated (line 329) | @Nullable method getDomain (line 337) | @Nullable method getDomainId (line 345) | @Nullable method getInterval (line 353) | @Nullable method getJobId (line 361) | @Nullable method getJobStatus (line 369) | @Nullable method getName (line 377) | @Nullable method getSnapshotType (line 385) | @Nullable method getState (line 393) | @Nullable method getVolumeId (line 401) | @Nullable method getVolumeName (line 409) | @Nullable method getVolumeType (line 417) | @Nullable method getTags (line 425) | public Set getTags() { method hashCode (line 429) | @Override method equals (line 434) | @Override method string (line 456) | protected ToStringHelper string() { method toString (line 464) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/SnapshotPolicy.java class SnapshotPolicy (line 32) | public class SnapshotPolicy { method builder (line 34) | public static Builder builder() { method toBuilder (line 38) | public Builder toBuilder() { class Builder (line 42) | public abstract static class Builder> { method self (line 43) | protected abstract T self(); method id (line 55) | public T id(String id) { method interval (line 63) | public T interval(Snapshot.Interval interval) { method numberToRetain (line 71) | public T numberToRetain(long numberToRetain) { method schedule (line 79) | public T schedule(String schedule) { method timezone (line 87) | public T timezone(String timezone) { method volumeId (line 95) | public T volumeId(String volumeId) { method build (line 100) | public SnapshotPolicy build() { method fromSnapshotPolicy (line 104) | public T fromSnapshotPolicy(SnapshotPolicy in) { class ConcreteBuilder (line 115) | private static class ConcreteBuilder extends Builder { method self (line 116) | @Override method SnapshotPolicy (line 129) | @ConstructorProperties({ method getId (line 145) | public String getId() { method getInterval (line 152) | @Nullable method getNumberToRetain (line 160) | public long getNumberToRetain() { method getSchedule (line 167) | @Nullable method getTimezone (line 175) | @Nullable method getVolumeId (line 183) | @Nullable method hashCode (line 188) | @Override method equals (line 193) | @Override method string (line 206) | protected ToStringHelper string() { method toString (line 212) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/SnapshotPolicySchedule.java class SnapshotPolicySchedule (line 32) | public class SnapshotPolicySchedule { method builder (line 34) | public static Builder builder() { method toBuilder (line 38) | public Builder toBuilder() { class Builder (line 42) | public abstract static class Builder> { method self (line 43) | protected abstract T self(); method interval (line 51) | public T interval(Snapshot.Interval interval) { method time (line 59) | public T time(String time) { method build (line 64) | public SnapshotPolicySchedule build() { method fromSnapshotPolicySchedule (line 68) | public T fromSnapshotPolicySchedule(SnapshotPolicySchedule in) { class ConcreteBuilder (line 75) | private static class ConcreteBuilder extends Builder { method self (line 76) | @Override method SnapshotPolicySchedule (line 85) | @ConstructorProperties({ method getInterval (line 93) | @Nullable method getTime (line 98) | @Nullable method hashCode (line 103) | @Override method equals (line 108) | @Override method string (line 117) | protected ToStringHelper string() { method toString (line 122) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/SshKeyPair.java class SshKeyPair (line 32) | public class SshKeyPair { method builder (line 34) | public static Builder builder() { method toBuilder (line 38) | public Builder toBuilder() { class Builder (line 42) | public abstract static class Builder> { method self (line 43) | protected abstract T self(); method fingerprint (line 52) | public T fingerprint(String fingerprint) { method name (line 60) | public T name(String name) { method privateKey (line 68) | public T privateKey(String privateKey) { method build (line 73) | public SshKeyPair build() { method fromSshKeyPair (line 77) | public T fromSshKeyPair(SshKeyPair in) { class ConcreteBuilder (line 85) | private static class ConcreteBuilder extends Builder { method self (line 86) | @Override method SshKeyPair (line 96) | @ConstructorProperties({ method getFingerprint (line 105) | @Nullable method getName (line 110) | public String getName() { method getPrivateKey (line 114) | @Nullable method hashCode (line 119) | @Override method equals (line 124) | @Override method string (line 134) | protected ToStringHelper string() { method toString (line 139) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/StoragePool.java class StoragePool (line 36) | public class StoragePool implements Comparable { type State (line 38) | public enum State { method toString (line 47) | @Override method fromValue (line 52) | public static State fromValue(String type) { type Type (line 61) | public enum Type { method toString (line 76) | @Override method fromValue (line 81) | public static Type fromValue(String type) { method builder (line 90) | public static Builder builder() { method toBuilder (line 94) | public Builder toBuilder() { class Builder (line 98) | public abstract static class Builder> { method self (line 99) | protected abstract T self(); method id (line 123) | public T id(String id) { method name (line 131) | public T name(String name) { method path (line 139) | public T path(String path) { method tags (line 147) | public T tags(Iterable tags) { method tag (line 155) | public T tag(String tag) { method state (line 163) | public T state(StoragePool.State state) { method type (line 171) | public T type(StoragePool.Type type) { method zoneId (line 179) | public T zoneId(String zoneId) { method zoneName (line 187) | public T zoneName(String zoneName) { method podId (line 195) | public T podId(String podId) { method podName (line 203) | public T podName(String podName) { method clusterId (line 211) | public T clusterId(String clusterId) { method clusterName (line 219) | public T clusterName(String clusterName) { method created (line 227) | public T created(Date created) { method diskSizeAllocated (line 235) | public T diskSizeAllocated(long diskSizeAllocated) { method diskSizeTotal (line 243) | public T diskSizeTotal(long diskSizeTotal) { method ipAddress (line 251) | public T ipAddress(String ipAddress) { method jobId (line 259) | public T jobId(String jobId) { method jobStatus (line 267) | public T jobStatus(String jobStatus) { method build (line 272) | public StoragePool build() { method fromStoragePool (line 276) | public T fromStoragePool(StoragePool in) { class ConcreteBuilder (line 299) | private static class ConcreteBuilder extends Builder { method self (line 300) | @Override method StoragePool (line 325) | @ConstructorProperties({ method getId (line 353) | public String getId() { method getName (line 357) | @Nullable method getPath (line 362) | @Nullable method getTags (line 367) | public Set getTags() { method getState (line 371) | @Nullable method getType (line 376) | @Nullable method getZoneId (line 381) | @Nullable method getZoneName (line 386) | @Nullable method getPodId (line 391) | @Nullable method getPodName (line 396) | @Nullable method getClusterId (line 401) | @Nullable method getClusterName (line 406) | @Nullable method getCreated (line 411) | @Nullable method getDiskSizeAllocated (line 416) | public long getDiskSizeAllocated() { method getDiskSizeTotal (line 420) | public long getDiskSizeTotal() { method getIpAddress (line 424) | @Nullable method getJobId (line 429) | @Nullable method getJobStatus (line 434) | @Nullable method hashCode (line 439) | @Override method equals (line 444) | @Override method string (line 469) | protected ToStringHelper string() { method toString (line 474) | @Override method compareTo (line 479) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/StorageType.java type StorageType (line 26) | public enum StorageType { method toString (line 33) | @Override method fromValue (line 38) | public static StorageType fromValue(String type) { FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/SystemVmType.java type SystemVmType (line 23) | public enum SystemVmType { method toString (line 32) | @Override method fromValue (line 37) | public static SystemVmType fromValue(String type) { FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/Tag.java class Tag (line 36) | public class Tag { type ResourceType (line 41) | public enum ResourceType { method apply (line 75) | @Override method ResourceType (line 82) | ResourceType(String code) { method getCode (line 86) | public String getCode() { method toString (line 90) | @Override method fromValue (line 95) | public static ResourceType fromValue(String resourceType) { method builder (line 101) | public static Builder builder() { method toBuilder (line 105) | public Builder toBuilder() { class Builder (line 109) | public abstract static class Builder> { method self (line 110) | protected abstract T self(); method account (line 126) | public T account(String account) { method customer (line 134) | public T customer(String customer) { method domain (line 142) | public T domain(String domain) { method domainId (line 150) | public T domainId(String domainId) { method key (line 158) | public T key(String key) { method project (line 166) | public T project(String project) { method projectId (line 174) | public T projectId(String projectId) { method resourceId (line 182) | public T resourceId(String resourceId) { method resourceType (line 190) | public T resourceType(ResourceType resourceType) { method value (line 198) | public T value(String value) { method build (line 203) | public Tag build() { method fromTag (line 208) | public T fromTag(Tag in) { class ConcreteBuilder (line 223) | private static class ConcreteBuilder extends Builder { method self (line 224) | @Override method Tag (line 241) | @ConstructorProperties({ method getAccount (line 261) | @Nullable method getCustomer (line 266) | @Nullable method getDomain (line 271) | @Nullable method getDomainId (line 276) | @Nullable method getKey (line 281) | @Nullable method getProject (line 286) | @Nullable method getProjectId (line 291) | @Nullable method getResourceId (line 296) | @Nullable method getResourceType (line 301) | @Nullable method getValue (line 306) | @Nullable method hashCode (line 311) | @Override method equals (line 317) | @Override method string (line 334) | protected ToStringHelper string() { method toString (line 348) | @Override FILE: apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/Template.java class Template (line 33) | public class Template implements Comparable