Uses of Class
com.google.cloud.deploy.v1.JobRunName
-
Packages that use JobRunName Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of JobRunName in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return JobRunName Modifier and Type Method Description JobRunName
JobRunName.Builder. build()
static JobRunName
JobRunName. of(String project, String location, String deliveryPipeline, String release, String rollout, String jobRun)
static JobRunName
JobRunName. parse(String formattedString)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type JobRunName Modifier and Type Method Description static List<JobRunName>
JobRunName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.deploy.v1 with parameters of type JobRunName Modifier and Type Method Description JobRun
CloudDeployClient. getJobRun(JobRunName name)
Gets details of a single JobRun.TerminateJobRunResponse
CloudDeployClient. terminateJobRun(JobRunName name)
Terminates a Job Run in a given project and location.Method parameters in com.google.cloud.deploy.v1 with type arguments of type JobRunName Modifier and Type Method Description static List<String>
JobRunName. toStringList(List<JobRunName> values)
-