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.dto 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. 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 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. -
Uses of Staging in com.sap.cloudfoundry.client.facade.dto
Methods in com.sap.cloudfoundry.client.facade.dto that return Staging Modifier and Type Method Description StagingApplicationToCreateDto. getStaging()StagingImmutableApplicationToCreateDto. getStaging()Methods in com.sap.cloudfoundry.client.facade.dto with parameters of type Staging Modifier and Type Method Description ImmutableApplicationToCreateDto.BuilderImmutableApplicationToCreateDto.Builder. staging(Staging staging)Initializes the value for thestagingattribute.ImmutableApplicationToCreateDtoImmutableApplicationToCreateDto. 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. updateApplicationStaging(String applicationName, Staging staging)voidCloudControllerRestClientImpl. updateApplicationStaging(String applicationName, Staging staging)
-