Class JobPreparationAndReleaseTaskExecutionInformation


  • public class JobPreparationAndReleaseTaskExecutionInformation
    extends Object
    The status of the Job Preparation and Job Release Tasks on a Compute Node.
    • Constructor Detail

      • JobPreparationAndReleaseTaskExecutionInformation

        public JobPreparationAndReleaseTaskExecutionInformation()
    • Method Detail

      • poolId

        public String poolId()
        Get the poolId value.
        Returns:
        the poolId value
      • nodeId

        public String nodeId()
        Get the nodeId value.
        Returns:
        the nodeId value
      • nodeUrl

        public String nodeUrl()
        Get the nodeUrl value.
        Returns:
        the nodeUrl value
      • jobPreparationTaskExecutionInfo

        public JobPreparationTaskExecutionInformation jobPreparationTaskExecutionInfo()
        Get the jobPreparationTaskExecutionInfo value.
        Returns:
        the jobPreparationTaskExecutionInfo value
      • jobReleaseTaskExecutionInfo

        public JobReleaseTaskExecutionInformation jobReleaseTaskExecutionInfo()
        Get this property is set only if the Job Release Task has run on the Compute Node.
        Returns:
        the jobReleaseTaskExecutionInfo value
      • withJobReleaseTaskExecutionInfo

        public JobPreparationAndReleaseTaskExecutionInformation withJobReleaseTaskExecutionInfo​(JobReleaseTaskExecutionInformation jobReleaseTaskExecutionInfo)
        Set this property is set only if the Job Release Task has run on the Compute Node.
        Parameters:
        jobReleaseTaskExecutionInfo - the jobReleaseTaskExecutionInfo value to set
        Returns:
        the JobPreparationAndReleaseTaskExecutionInformation object itself.