Class PipelineRunWorker

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class PipelineRunWorker
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Worker details used in this pipeline run.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAgentId()
      Gets the agentId.
      java.lang.String getId()
      Gets the id.
      java.lang.String getName()
      Gets the name.
      java.lang.String getServiceId()
      Gets the serviceId.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • 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