Uses of Class
com.sap.cloudfoundry.client.facade.domain.CloudProcess
-
-
Uses of CloudProcess in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade that return CloudProcess Modifier and Type Method Description CloudProcessCloudControllerClient. getApplicationProcess(UUID applicationGuid)CloudProcessCloudControllerClientImpl. getApplicationProcess(UUID applicationGuid) -
Uses of CloudProcess in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return CloudProcess Modifier and Type Method Description CloudProcessRawCloudProcess. derive() -
Uses of CloudProcess in com.sap.cloudfoundry.client.facade.domain
Subclasses of CloudProcess in com.sap.cloudfoundry.client.facade.domain Modifier and Type Class Description classImmutableCloudProcessImmutable implementation ofCloudProcess.Methods in com.sap.cloudfoundry.client.facade.domain that return CloudProcess Modifier and Type Method Description CloudProcessCloudProcess. derive()Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type CloudProcess Modifier and Type Method Description static ImmutableCloudProcessImmutableCloudProcess. copyOf(CloudProcess instance)Creates an immutable copy of aCloudProcessvalue.ImmutableCloudProcess.BuilderImmutableCloudProcess.Builder. from(CloudProcess instance)Fill a builder with attribute values from the providedcom.sap.cloudfoundry.client.facade.domain.CloudProcessinstance. -
Uses of CloudProcess in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest that return CloudProcess Modifier and Type Method Description CloudProcessCloudControllerRestClient. getApplicationProcess(UUID applicationGuid)CloudProcessCloudControllerRestClientImpl. getApplicationProcess(UUID applicationGuid)
-