Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
JobReleaseTaskExecutionInformation |
JobPreparationAndReleaseTaskExecutionInformation.jobReleaseTaskExecutionInfo()
Get the jobReleaseTaskExecutionInfo value.
|
JobReleaseTaskExecutionInformation |
JobReleaseTaskExecutionInformation.withContainerInfo(TaskContainerExecutionInformation containerInfo)
Set the containerInfo value.
|
JobReleaseTaskExecutionInformation |
JobReleaseTaskExecutionInformation.withEndTime(org.joda.time.DateTime endTime)
Set the endTime value.
|
JobReleaseTaskExecutionInformation |
JobReleaseTaskExecutionInformation.withExitCode(Integer exitCode)
Set the exitCode value.
|
JobReleaseTaskExecutionInformation |
JobReleaseTaskExecutionInformation.withFailureInfo(TaskFailureInformation failureInfo)
Set the failureInfo value.
|
JobReleaseTaskExecutionInformation |
JobReleaseTaskExecutionInformation.withResult(TaskExecutionResult result)
Set the result value.
|
JobReleaseTaskExecutionInformation |
JobReleaseTaskExecutionInformation.withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
JobReleaseTaskExecutionInformation |
JobReleaseTaskExecutionInformation.withState(JobReleaseTaskState state)
Set the state value.
|
JobReleaseTaskExecutionInformation |
JobReleaseTaskExecutionInformation.withTaskRootDirectory(String taskRootDirectory)
Set the taskRootDirectory value.
|
JobReleaseTaskExecutionInformation |
JobReleaseTaskExecutionInformation.withTaskRootDirectoryUrl(String taskRootDirectoryUrl)
Set the taskRootDirectoryUrl value.
|
Modifier and Type | Method and Description |
---|---|
JobPreparationAndReleaseTaskExecutionInformation |
JobPreparationAndReleaseTaskExecutionInformation.withJobReleaseTaskExecutionInfo(JobReleaseTaskExecutionInformation jobReleaseTaskExecutionInfo)
Set the jobReleaseTaskExecutionInfo value.
|
Copyright © 2019. All rights reserved.