Uses of Interface
com.sap.cloudfoundry.client.facade.domain.Staging
-
Packages that use Staging Package Description com.sap.cloudfoundry.client.facade com.sap.cloudfoundry.client.facade.domain com.sap.cloudfoundry.client.facade.rest -
-
Uses of Staging in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade with parameters of type Staging Modifier and Type Method Description voidCloudControllerClient. createApplication(String applicationName, Staging staging, Integer disk, Integer memory, List<String> uris, DockerInfo dockerInfo)Create application.voidCloudControllerClient. createApplication(String applicationName, Staging staging, Integer memory, List<String> uris)Create application.voidCloudControllerClientImpl. createApplication(String applicationName, Staging staging, Integer disk, Integer memory, List<String> uris, DockerInfo dockerInfo)voidCloudControllerClientImpl. createApplication(String applicationName, Staging staging, Integer memory, List<String> uris)voidCloudControllerClient. updateApplicationStaging(String applicationName, Staging staging)Update application staging information.voidCloudControllerClientImpl. updateApplicationStaging(String applicationName, Staging staging) -
Uses of Staging in com.sap.cloudfoundry.client.facade.domain
Classes in com.sap.cloudfoundry.client.facade.domain that implement Staging Modifier and Type Class Description classImmutableStagingImmutable implementation ofStaging.Methods in com.sap.cloudfoundry.client.facade.domain that return Staging Modifier and Type Method Description abstract StagingCloudApplication. getStaging()StagingImmutableCloudApplication. getStaging()Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type Staging Modifier and Type Method Description static ImmutableStagingImmutableStaging. copyOf(Staging instance)Creates an immutable copy of aStagingvalue.ImmutableStaging.BuilderImmutableStaging.Builder. from(Staging instance)Fill a builder with attribute values from the providedStaginginstance.ImmutableCloudApplication.BuilderImmutableCloudApplication.Builder. staging(Staging staging)Initializes the value for thestagingattribute.ImmutableCloudApplicationImmutableCloudApplication. withStaging(Staging value)Copy the current immutable object by setting a value for thestagingattribute. -
Uses of Staging in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest with parameters of type Staging Modifier and Type Method Description voidCloudControllerRestClient. createApplication(String applicationName, Staging staging, Integer disk, Integer memory, List<String> uris, DockerInfo dockerInfo)voidCloudControllerRestClient. createApplication(String applicationName, Staging staging, Integer memory, List<String> uris)voidCloudControllerRestClientImpl. createApplication(String name, Staging staging, Integer diskQuota, Integer memory, List<String> uris, DockerInfo dockerInfo)voidCloudControllerRestClientImpl. createApplication(String name, Staging staging, Integer memory, List<String> uris)voidCloudControllerRestClient. updateApplicationStaging(String applicationName, Staging staging)voidCloudControllerRestClientImpl. updateApplicationStaging(String applicationName, Staging staging)
-