Class JobEntryResult

    • Constructor Detail

      • JobEntryResult

        public JobEntryResult()
        Creates a new empty job entry result...
      • JobEntryResult

        public JobEntryResult​(org.pentaho.di.core.Result result,
                              String logChannelId,
                              String comment,
                              String reason,
                              String jobEntryName,
                              int jobEntryNr,
                              String jobEntryFilename)
        Creates a new job entry result...
        Parameters:
        result - the result of the job entry
        comment - an optional comment
        jobEntry - the job entry for which this is the result.
    • Method Detail

      • setResult

        public void setResult​(org.pentaho.di.core.Result result)
        Parameters:
        result - The result to set.
      • getResult

        public org.pentaho.di.core.Result getResult()
        Returns:
        Returns the result.
      • getComment

        public String getComment()
        Returns:
        Returns the comment.
      • setComment

        public void setComment​(String comment)
        Parameters:
        comment - The comment to set.
      • getReason

        public String getReason()
        Returns:
        Returns the reason.
      • setReason

        public void setReason​(String reason)
        Parameters:
        reason - The reason to set.
      • getLogDate

        public Date getLogDate()
        Returns:
        Returns the logDate.
      • setLogDate

        public void setLogDate​(Date logDate)
        Parameters:
        logDate - The logDate to set.
      • getJobEntryName

        public String getJobEntryName()
        Returns:
        the jobEntryName
      • setJobEntryName

        public void setJobEntryName​(String jobEntryName)
        Parameters:
        jobEntryName - the jobEntryName to set
      • getJobEntryFilename

        public String getJobEntryFilename()
        Returns:
        the jobEntryFilename
      • setJobEntryFilename

        public void setJobEntryFilename​(String jobEntryFilename)
        Parameters:
        jobEntryFilename - the jobEntryFilename to set
      • getJobEntryNr

        public int getJobEntryNr()
        Returns:
        the jobEntryNr
      • setJobEntryNr

        public void setJobEntryNr​(int jobEntryNr)
        Parameters:
        jobEntryNr - the jobEntryNr to set
      • getLogChannelId

        public String getLogChannelId()
      • isCheckpoint

        public boolean isCheckpoint()
        Returns:
        the checkpoint
      • setCheckpoint

        public void setCheckpoint​(boolean checkpoint)
        Parameters:
        checkpoint - the checkpoint to set