public class JobReleaseTaskExecutionInformation extends Object
Constructor and Description |
---|
JobReleaseTaskExecutionInformation() |
Modifier and Type | Method and Description |
---|---|
TaskContainerExecutionInformation |
containerInfo()
Get the containerInfo value.
|
org.joda.time.DateTime |
endTime()
Get the endTime value.
|
Integer |
exitCode()
Get the exitCode value.
|
TaskFailureInformation |
failureInfo()
Get the failureInfo value.
|
TaskExecutionResult |
result()
Get the result value.
|
org.joda.time.DateTime |
startTime()
Get the startTime value.
|
JobReleaseTaskState |
state()
Get the state value.
|
String |
taskRootDirectory()
Get the taskRootDirectory value.
|
String |
taskRootDirectoryUrl()
Get the taskRootDirectoryUrl value.
|
JobReleaseTaskExecutionInformation |
withContainerInfo(TaskContainerExecutionInformation containerInfo)
Set the containerInfo value.
|
JobReleaseTaskExecutionInformation |
withEndTime(org.joda.time.DateTime endTime)
Set the endTime value.
|
JobReleaseTaskExecutionInformation |
withExitCode(Integer exitCode)
Set the exitCode value.
|
JobReleaseTaskExecutionInformation |
withFailureInfo(TaskFailureInformation failureInfo)
Set the failureInfo value.
|
JobReleaseTaskExecutionInformation |
withResult(TaskExecutionResult result)
Set the result value.
|
JobReleaseTaskExecutionInformation |
withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
JobReleaseTaskExecutionInformation |
withState(JobReleaseTaskState state)
Set the state value.
|
JobReleaseTaskExecutionInformation |
withTaskRootDirectory(String taskRootDirectory)
Set the taskRootDirectory value.
|
JobReleaseTaskExecutionInformation |
withTaskRootDirectoryUrl(String taskRootDirectoryUrl)
Set the taskRootDirectoryUrl value.
|
public org.joda.time.DateTime startTime()
public JobReleaseTaskExecutionInformation withStartTime(org.joda.time.DateTime startTime)
startTime
- the startTime value to setpublic org.joda.time.DateTime endTime()
public JobReleaseTaskExecutionInformation withEndTime(org.joda.time.DateTime endTime)
endTime
- the endTime value to setpublic JobReleaseTaskState state()
public JobReleaseTaskExecutionInformation withState(JobReleaseTaskState state)
state
- the state value to setpublic String taskRootDirectory()
public JobReleaseTaskExecutionInformation withTaskRootDirectory(String taskRootDirectory)
taskRootDirectory
- the taskRootDirectory value to setpublic String taskRootDirectoryUrl()
public JobReleaseTaskExecutionInformation withTaskRootDirectoryUrl(String taskRootDirectoryUrl)
taskRootDirectoryUrl
- the taskRootDirectoryUrl value to setpublic Integer exitCode()
public JobReleaseTaskExecutionInformation withExitCode(Integer exitCode)
exitCode
- the exitCode value to setpublic TaskContainerExecutionInformation containerInfo()
public JobReleaseTaskExecutionInformation withContainerInfo(TaskContainerExecutionInformation containerInfo)
containerInfo
- the containerInfo value to setpublic TaskFailureInformation failureInfo()
public JobReleaseTaskExecutionInformation withFailureInfo(TaskFailureInformation failureInfo)
failureInfo
- the failureInfo value to setpublic TaskExecutionResult result()
public JobReleaseTaskExecutionInformation withResult(TaskExecutionResult result)
result
- the result value to setCopyright © 2019. All rights reserved.