Uses of Class
com.google.cloud.deploy.v1.RolloutName
-
Packages that use RolloutName Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of RolloutName in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return RolloutName Modifier and Type Method Description RolloutName
RolloutName.Builder. build()
static RolloutName
RolloutName. of(String project, String location, String deliveryPipeline, String release, String rollout)
static RolloutName
RolloutName. parse(String formattedString)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type RolloutName Modifier and Type Method Description static List<RolloutName>
RolloutName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.deploy.v1 with parameters of type RolloutName Modifier and Type Method Description AdvanceRolloutResponse
CloudDeployClient. advanceRollout(RolloutName name, String phaseId)
Advances a Rollout in a given project and location.ApproveRolloutResponse
CloudDeployClient. approveRollout(RolloutName name)
Approves a Rollout.CancelRolloutResponse
CloudDeployClient. cancelRollout(RolloutName name)
Cancels a Rollout in a given project and location.Rollout
CloudDeployClient. getRollout(RolloutName name)
Gets details of a single Rollout.IgnoreJobResponse
CloudDeployClient. ignoreJob(RolloutName rollout, String phaseId, String jobId)
Ignores the specified Job in a Rollout.CloudDeployClient.ListJobRunsPagedResponse
CloudDeployClient. listJobRuns(RolloutName parent)
Lists JobRuns in a given project and location.RetryJobResponse
CloudDeployClient. retryJob(RolloutName rollout, String phaseId, String jobId)
Retries the specified Job in a Rollout.Method parameters in com.google.cloud.deploy.v1 with type arguments of type RolloutName Modifier and Type Method Description static List<String>
RolloutName. toStringList(List<RolloutName> values)
-