Class ExecutionState


  • public class ExecutionState
    extends Object
    Execution states are possible for pipelines and workflows but also for actions and transforms.
    • Constructor Detail

      • ExecutionState

        public ExecutionState()
    • Method Detail

      • getExecutionType

        public ExecutionType getExecutionType()
        Gets executionType
        Returns:
        value of executionType
      • setExecutionType

        public void setExecutionType​(ExecutionType executionType)
        Sets executionType
        Parameters:
        executionType - value of executionType
      • getParentId

        public String getParentId()
        Gets parentId
        Returns:
        value of parentId
      • setParentId

        public void setParentId​(String parentId)
        Sets parentId
        Parameters:
        parentId - value of parentId
      • getId

        public String getId()
        Gets id
        Returns:
        value of id
      • setId

        public void setId​(String id)
        Sets id
        Parameters:
        id - value of id
      • getName

        public String getName()
        Gets name
        Returns:
        value of name
      • setName

        public void setName​(String name)
        Sets name
        Parameters:
        name - value of name
      • getCopyNr

        public String getCopyNr()
        Gets copyNr
        Returns:
        value of copyNr
      • setCopyNr

        public void setCopyNr​(String copyNr)
        Sets copyNr
        Parameters:
        copyNr - value of copyNr
      • getLoggingText

        public String getLoggingText()
        Gets loggingText
        Returns:
        value of loggingText
      • setLoggingText

        public void setLoggingText​(String loggingText)
        Sets loggingText
        Parameters:
        loggingText - value of loggingText
      • getLastLogLineNr

        public Integer getLastLogLineNr()
        Gets lastLogLineNr
        Returns:
        value of lastLogLineNr
      • setLastLogLineNr

        public void setLastLogLineNr​(Integer lastLogLineNr)
        Sets lastLogLineNr
        Parameters:
        lastLogLineNr - value of lastLogLineNr
      • getStatusDescription

        public String getStatusDescription()
        Gets statusDescription
        Returns:
        value of statusDescription
      • setStatusDescription

        public void setStatusDescription​(String statusDescription)
        Sets statusDescription
        Parameters:
        statusDescription - value of statusDescription
      • getUpdateTime

        public Date getUpdateTime()
        Gets updateTime
        Returns:
        value of updateTime
      • setUpdateTime

        public void setUpdateTime​(Date updateTime)
        Sets updateTime
        Parameters:
        updateTime - value of updateTime
      • getChildIds

        public List<String> getChildIds()
        Gets childIds
        Returns:
        value of childIds
      • setChildIds

        public void setChildIds​(List<String> childIds)
        Sets childIds
        Parameters:
        childIds - value of childIds
      • isFailed

        public boolean isFailed()
        Gets failed
        Returns:
        value of failed
      • setFailed

        public void setFailed​(boolean failed)
        Sets failed
        Parameters:
        failed - value of failed
      • getDetails

        public Map<String,​String> getDetails()
        Gets details
        Returns:
        value of details
      • setDetails

        public void setDetails​(Map<String,​String> details)
        Sets details
        Parameters:
        details - value of details
      • getContainerId

        public String getContainerId()
        Gets containerId
        Returns:
        value of containerId
      • setContainerId

        public void setContainerId​(String containerId)
        Sets containerId
        Parameters:
        containerId - value of containerId