Class CreateJobResult

    • Constructor Detail

      • CreateJobResult

        public CreateJobResult()
    • Method Detail

      • setJobId

        public void setJobId​(String jobId)
        Parameters:
        jobId -
      • getJobId

        public String getJobId()
        Returns:
      • withJobId

        public CreateJobResult withJobId​(String jobId)
        Parameters:
        jobId -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setJobType

        public void setJobType​(String jobType)
        Parameters:
        jobType -
        See Also:
        JobType
      • getJobType

        public String getJobType()
        Returns:
        See Also:
        JobType
      • withJobType

        public CreateJobResult withJobType​(String jobType)
        Parameters:
        jobType -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobType
      • setJobType

        public void setJobType​(JobType jobType)
        Parameters:
        jobType -
        See Also:
        JobType
      • withJobType

        public CreateJobResult withJobType​(JobType jobType)
        Parameters:
        jobType -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobType
      • setSignature

        public void setSignature​(String signature)
        Parameters:
        signature -
      • getSignature

        public String getSignature()
        Returns:
      • withSignature

        public CreateJobResult withSignature​(String signature)
        Parameters:
        signature -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSignatureFileContents

        public void setSignatureFileContents​(String signatureFileContents)
        Parameters:
        signatureFileContents -
      • getSignatureFileContents

        public String getSignatureFileContents()
        Returns:
      • withSignatureFileContents

        public CreateJobResult withSignatureFileContents​(String signatureFileContents)
        Parameters:
        signatureFileContents -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setWarningMessage

        public void setWarningMessage​(String warningMessage)
        Parameters:
        warningMessage -
      • getWarningMessage

        public String getWarningMessage()
        Returns:
      • withWarningMessage

        public CreateJobResult withWarningMessage​(String warningMessage)
        Parameters:
        warningMessage -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getArtifactList

        public List<Artifact> getArtifactList()
        Returns:
      • setArtifactList

        public void setArtifactList​(Collection<Artifact> artifactList)
        Parameters:
        artifactList -
      • withArtifactList

        public CreateJobResult withArtifactList​(Collection<Artifact> artifactList)
        Parameters:
        artifactList -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object