Class HopServerWorkflowStatus


  • public class HopServerWorkflowStatus
    extends Object
    • Constructor Detail

      • HopServerWorkflowStatus

        public HopServerWorkflowStatus()
      • HopServerWorkflowStatus

        public HopServerWorkflowStatus​(String pipelineName,
                                       String id,
                                       String statusDescription)
        Parameters:
        pipelineName -
        statusDescription -
    • Method Detail

      • getStatusDescription

        public String getStatusDescription()
        Returns:
        the statusDescription
      • setStatusDescription

        public void setStatusDescription​(String statusDescription)
        Parameters:
        statusDescription - the statusDescription to set
      • getWorkflowName

        public String getWorkflowName()
        Returns:
        the workflow name
      • setWorkflowName

        public void setWorkflowName​(String workflowName)
        Parameters:
        workflowName - the workflow name to set
      • getErrorDescription

        public String getErrorDescription()
        Returns:
        the errorDescription
      • setErrorDescription

        public void setErrorDescription​(String errorDescription)
        Parameters:
        errorDescription - the errorDescription to set
      • getLoggingString

        public String getLoggingString()
        Returns:
        the loggingString
      • setLoggingString

        public void setLoggingString​(String loggingString)
        Parameters:
        loggingString - the loggingString to set
      • isRunning

        public boolean isRunning()
      • isWaiting

        public boolean isWaiting()
      • isFinished

        public boolean isFinished()
      • isStopped

        public boolean isStopped()
      • getResult

        public Result getResult()
        Returns:
        the result
      • setResult

        public void setResult​(Result result)
        Parameters:
        result - the result to set
      • getFirstLoggingLineNr

        public int getFirstLoggingLineNr()
        Returns:
        the firstLoggingLineNr
      • setFirstLoggingLineNr

        public void setFirstLoggingLineNr​(int firstLoggingLineNr)
        Parameters:
        firstLoggingLineNr - the firstLoggingLineNr to set
      • getLastLoggingLineNr

        public int getLastLoggingLineNr()
        Returns:
        the lastLoggingLineNr
      • setLastLoggingLineNr

        public void setLastLoggingLineNr​(int lastLoggingLineNr)
        Parameters:
        lastLoggingLineNr - the lastLoggingLineNr to set
      • getLogDate

        public Date getLogDate()
        Returns:
        the logDate
      • setLogDate

        public void setLogDate​(Date logDate)
        Parameters:
        logDate -
      • getId

        public String getId()
        Returns:
        the id
      • setId

        public void setId​(String id)
        Parameters:
        id - the id to set
      • getExecutionStartDate

        public Date getExecutionStartDate()
        Gets executionStartDate
        Returns:
        value of executionStartDate
      • setExecutionStartDate

        public void setExecutionStartDate​(Date executionStartDate)
        Parameters:
        executionStartDate - The executionStartDate to set
      • getExecutionEndDate

        public Date getExecutionEndDate()
        Gets executionEndDate
        Returns:
        value of executionEndDate
      • setExecutionEndDate

        public void setExecutionEndDate​(Date executionEndDate)
        Parameters:
        executionEndDate - The executionEndDate to set