public class TriggeredJobRun extends ProxyOnlyResource
Constructor and Description |
---|
TriggeredJobRun() |
Modifier and Type | Method and Description |
---|---|
String |
duration()
Get job duration.
|
org.joda.time.DateTime |
endTime()
Get end time.
|
String |
errorUrl()
Get error URL.
|
String |
jobName()
Get job name.
|
String |
outputUrl()
Get output URL.
|
org.joda.time.DateTime |
startTime()
Get start time.
|
TriggeredWebJobStatus |
status()
Get job status.
|
String |
trigger()
Get job trigger.
|
String |
url()
Get job URL.
|
String |
webJobId()
Get job ID.
|
String |
webJobName()
Get job name.
|
TriggeredJobRun |
withDuration(String duration)
Set job duration.
|
TriggeredJobRun |
withEndTime(org.joda.time.DateTime endTime)
Set end time.
|
TriggeredJobRun |
withErrorUrl(String errorUrl)
Set error URL.
|
TriggeredJobRun |
withJobName(String jobName)
Set job name.
|
TriggeredJobRun |
withOutputUrl(String outputUrl)
Set output URL.
|
TriggeredJobRun |
withStartTime(org.joda.time.DateTime startTime)
Set start time.
|
TriggeredJobRun |
withStatus(TriggeredWebJobStatus status)
Set job status.
|
TriggeredJobRun |
withTrigger(String trigger)
Set job trigger.
|
TriggeredJobRun |
withUrl(String url)
Set job URL.
|
TriggeredJobRun |
withWebJobId(String webJobId)
Set job ID.
|
TriggeredJobRun |
withWebJobName(String webJobName)
Set job name.
|
kind, withKind
public String webJobId()
public TriggeredJobRun withWebJobId(String webJobId)
webJobId
- the webJobId value to setpublic String webJobName()
public TriggeredJobRun withWebJobName(String webJobName)
webJobName
- the webJobName value to setpublic TriggeredWebJobStatus status()
public TriggeredJobRun withStatus(TriggeredWebJobStatus status)
status
- the status value to setpublic org.joda.time.DateTime startTime()
public TriggeredJobRun withStartTime(org.joda.time.DateTime startTime)
startTime
- the startTime value to setpublic org.joda.time.DateTime endTime()
public TriggeredJobRun withEndTime(org.joda.time.DateTime endTime)
endTime
- the endTime value to setpublic String duration()
public TriggeredJobRun withDuration(String duration)
duration
- the duration value to setpublic String outputUrl()
public TriggeredJobRun withOutputUrl(String outputUrl)
outputUrl
- the outputUrl value to setpublic String errorUrl()
public TriggeredJobRun withErrorUrl(String errorUrl)
errorUrl
- the errorUrl value to setpublic String url()
public TriggeredJobRun withUrl(String url)
url
- the url value to setpublic String jobName()
public TriggeredJobRun withJobName(String jobName)
jobName
- the jobName value to setpublic String trigger()
public TriggeredJobRun withTrigger(String trigger)
trigger
- the trigger value to setCopyright © 2019. All rights reserved.