Uses of Class
com.sap.cloudfoundry.client.facade.domain.CloudTask
-
Packages that use CloudTask Package Description com.sap.cloudfoundry.client.facade com.sap.cloudfoundry.client.facade.adapters com.sap.cloudfoundry.client.facade.domain com.sap.cloudfoundry.client.facade.rest -
-
Uses of CloudTask in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade that return CloudTask Modifier and Type Method Description CloudTaskCloudControllerClient. cancelTask(UUID taskGuid)Cancel the given task.CloudTaskCloudControllerClientImpl. cancelTask(UUID taskGuid)CloudTaskCloudControllerClient. getTask(UUID taskGuid)CloudTaskCloudControllerClientImpl. getTask(UUID taskGuid)CloudTaskCloudControllerClient. runTask(String applicationName, CloudTask task)Run a one-off task on an application.CloudTaskCloudControllerClientImpl. runTask(String applicationName, CloudTask task)Methods in com.sap.cloudfoundry.client.facade that return types with arguments of type CloudTask Modifier and Type Method Description List<CloudTask>CloudControllerClient. getTasks(String applicationName)Get the list of one-off tasks currently known for the given application.List<CloudTask>CloudControllerClientImpl. getTasks(String applicationName)Methods in com.sap.cloudfoundry.client.facade with parameters of type CloudTask Modifier and Type Method Description CloudTaskCloudControllerClient. runTask(String applicationName, CloudTask task)Run a one-off task on an application.CloudTaskCloudControllerClientImpl. runTask(String applicationName, CloudTask task) -
Uses of CloudTask in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return CloudTask Modifier and Type Method Description CloudTaskRawCloudTask. derive() -
Uses of CloudTask in com.sap.cloudfoundry.client.facade.domain
Subclasses of CloudTask in com.sap.cloudfoundry.client.facade.domain Modifier and Type Class Description classImmutableCloudTaskImmutable implementation ofCloudTask.Methods in com.sap.cloudfoundry.client.facade.domain that return CloudTask Modifier and Type Method Description CloudTaskCloudTask. derive()Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type CloudTask Modifier and Type Method Description static ImmutableCloudTaskImmutableCloudTask. copyOf(CloudTask instance)Creates an immutable copy of aCloudTaskvalue.ImmutableCloudTask.BuilderImmutableCloudTask.Builder. from(CloudTask instance)Fill a builder with attribute values from the providedcom.sap.cloudfoundry.client.facade.domain.CloudTaskinstance. -
Uses of CloudTask in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest that return CloudTask Modifier and Type Method Description CloudTaskCloudControllerRestClient. cancelTask(UUID taskGuid)CloudTaskCloudControllerRestClientImpl. cancelTask(UUID taskGuid)CloudTaskCloudControllerRestClient. getTask(UUID taskGuid)CloudTaskCloudControllerRestClientImpl. getTask(UUID taskGuid)CloudTaskCloudControllerRestClient. runTask(String applicationName, CloudTask task)CloudTaskCloudControllerRestClientImpl. runTask(String applicationName, CloudTask task)Methods in com.sap.cloudfoundry.client.facade.rest that return types with arguments of type CloudTask Modifier and Type Method Description List<CloudTask>CloudControllerRestClient. getTasks(String applicationName)List<CloudTask>CloudControllerRestClientImpl. getTasks(String applicationName)Methods in com.sap.cloudfoundry.client.facade.rest with parameters of type CloudTask Modifier and Type Method Description CloudTaskCloudControllerRestClient. runTask(String applicationName, CloudTask task)CloudTaskCloudControllerRestClientImpl. runTask(String applicationName, CloudTask task)
-