Uses of Class
com.ibm.cloud.continuous_delivery.cd_tekton_pipeline.v2.model.WorkerIdentity
-
Packages that use WorkerIdentity Package Description com.ibm.cloud.continuous_delivery.cd_tekton_pipeline.v2.model -
-
Uses of WorkerIdentity in com.ibm.cloud.continuous_delivery.cd_tekton_pipeline.v2.model
Methods in com.ibm.cloud.continuous_delivery.cd_tekton_pipeline.v2.model that return WorkerIdentity Modifier and Type Method Description WorkerIdentityWorkerIdentity.Builder. build()Builds a WorkerIdentity.WorkerIdentityCreateTektonPipelineOptions. worker()Gets the worker.WorkerIdentityCreateTektonPipelineTriggerOptions. worker()Gets the worker.WorkerIdentityTektonPipelinePatch. worker()Gets the worker.WorkerIdentityTriggerPatch. worker()Gets the worker.Methods in com.ibm.cloud.continuous_delivery.cd_tekton_pipeline.v2.model with parameters of type WorkerIdentity Modifier and Type Method Description CreateTektonPipelineOptions.BuilderCreateTektonPipelineOptions.Builder. worker(WorkerIdentity worker)Set the worker.CreateTektonPipelineTriggerOptions.BuilderCreateTektonPipelineTriggerOptions.Builder. worker(WorkerIdentity worker)Set the worker.TektonPipelinePatch.BuilderTektonPipelinePatch.Builder. worker(WorkerIdentity worker)Set the worker.TriggerPatch.BuilderTriggerPatch.Builder. worker(WorkerIdentity worker)Set the worker.
-