Class JobError

    • Constructor Detail

      • JobError

        public JobError()
        for hibernate
      • JobError

        public JobError​(AnalysisSubmission submission,
                        com.github.jmchilton.blend4j.galaxy.beans.JobDetails job,
                        com.github.jmchilton.blend4j.galaxy.beans.HistoryContentsProvenance provenance,
                        com.github.jmchilton.blend4j.galaxy.beans.Tool tool)
    • Method Detail

      • getCreatedDate

        public java.util.Date getCreatedDate()
        Description copied from interface: Timestamped
        Get the created date of the object
        Specified by:
        getCreatedDate in interface Timestamped<java.lang.Long>
        Returns:
        A Date object of the created date
      • getLabel

        public java.lang.String getLabel()
        Description copied from interface: IridaThing
        Get a human readable label for this object.
        Specified by:
        getLabel in interface IridaThing
        Returns:
        a human-readable label for the object.
      • getId

        public java.lang.Long getId()
        Description copied from interface: IridaThing
        Get the numerical identifier for this object
        Specified by:
        getId in interface IridaThing
        Specified by:
        getId in interface Timestamped<java.lang.Long>
        Returns:
        the numerical identifier for the object
      • getToolId

        public java.lang.String getToolId()
      • getToolName

        public java.lang.String getToolName()
        Returns:
        Galaxy Tool name
      • getToolVersion

        public java.lang.String getToolVersion()
        Returns:
        Galaxy Tool version
      • getToolDescription

        public java.lang.String getToolDescription()
        Returns:
        Galaxy Tool description
      • getCommandLine

        public java.lang.String getCommandLine()
        Returns:
        Galaxy tool command-line
      • getParameters

        public java.lang.String getParameters()
        Returns:
        Galaxy tool parameters
      • getStandardError

        public java.lang.String getStandardError()
        Returns:
        Galaxy tool standard error
      • getStandardOutput

        public java.lang.String getStandardOutput()
        Returns:
        Galaxy tool standard output
      • getProvenanceUUID

        public java.util.UUID getProvenanceUUID()
      • getProvenanceId

        public java.lang.String getProvenanceId()
        Returns:
        Galaxy HistoryContentsProvenance id
      • getJobId

        public java.lang.String getJobId()
        Returns:
        Galaxy JobDetails id
      • getHistoryId

        public java.lang.String getHistoryId()
        Returns:
        Galaxy History id
      • getUpdatedDate

        public java.util.Date getUpdatedDate()
      • getExitCode

        public int getExitCode()
      • compareTo

        public int compareTo​(JobError o)
        Specified by:
        compareTo in interface java.lang.Comparable<JobError>