Class PipelineRunWorker
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.continuous_delivery.cd_tekton_pipeline.v2.model.PipelineRunWorker
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PipelineRunWorker extends com.ibm.cloud.sdk.core.service.model.GenericModelWorker details used in this pipeline run.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAgentId()Gets the agentId.java.lang.StringgetId()Gets the id.java.lang.StringgetName()Gets the name.java.lang.StringgetServiceId()Gets the serviceId.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the name. Name of the worker. Computed based on the worker ID.- Returns:
- the name
-
getAgentId
public java.lang.String getAgentId()
Gets the agentId. The agent ID of the corresponding private worker integration used for this pipeline run.- Returns:
- the agentId
-
getServiceId
public java.lang.String getServiceId()
Gets the serviceId. The Service ID of the corresponding private worker integration used for this pipeline run.- Returns:
- the serviceId
-
getId
public java.lang.String getId()
Gets the id. UUID.- Returns:
- the id
-
-