Class TriggeredJobRun
java.lang.Object
com.microsoft.azure.ProxyResource
com.microsoft.azure.management.appservice.ProxyOnlyResource
com.microsoft.azure.management.appservice.TriggeredJobRun
Triggered Web Job Run Information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionduration()
Get job duration.org.joda.time.DateTime
endTime()
Get end time.errorUrl()
Get error URL.jobName()
Get job name.Get output URL.org.joda.time.DateTime
Get start time.status()
Get job status.trigger()
Get job trigger.url()
Get job URL.webJobId()
Get job ID.Get job name.withDuration
(String duration) Set job duration.withEndTime
(org.joda.time.DateTime endTime) Set end time.withErrorUrl
(String errorUrl) Set error URL.withJobName
(String jobName) Set job name.withOutputUrl
(String outputUrl) Set output URL.withStartTime
(org.joda.time.DateTime startTime) Set start time.withStatus
(TriggeredWebJobStatus status) Set job status.withTrigger
(String trigger) Set job trigger.Set job URL.withWebJobId
(String webJobId) Set job ID.withWebJobName
(String webJobName) Set job name.Methods inherited from class com.microsoft.azure.management.appservice.ProxyOnlyResource
kind, withKind
Methods inherited from class com.microsoft.azure.ProxyResource
id, name, type
-
Constructor Details
-
TriggeredJobRun
public TriggeredJobRun()
-
-
Method Details
-
webJobId
Get job ID.- Returns:
- the webJobId value
-
withWebJobId
Set job ID.- Parameters:
webJobId
- the webJobId value to set- Returns:
- the TriggeredJobRun object itself.
-
webJobName
Get job name.- Returns:
- the webJobName value
-
withWebJobName
Set job name.- Parameters:
webJobName
- the webJobName value to set- Returns:
- the TriggeredJobRun object itself.
-
status
Get job status. Possible values include: 'Success', 'Failed', 'Error'.- Returns:
- the status value
-
withStatus
Set job status. Possible values include: 'Success', 'Failed', 'Error'.- Parameters:
status
- the status value to set- Returns:
- the TriggeredJobRun object itself.
-
startTime
public org.joda.time.DateTime startTime()Get start time.- Returns:
- the startTime value
-
withStartTime
Set start time.- Parameters:
startTime
- the startTime value to set- Returns:
- the TriggeredJobRun object itself.
-
endTime
public org.joda.time.DateTime endTime()Get end time.- Returns:
- the endTime value
-
withEndTime
Set end time.- Parameters:
endTime
- the endTime value to set- Returns:
- the TriggeredJobRun object itself.
-
duration
Get job duration.- Returns:
- the duration value
-
withDuration
Set job duration.- Parameters:
duration
- the duration value to set- Returns:
- the TriggeredJobRun object itself.
-
outputUrl
Get output URL.- Returns:
- the outputUrl value
-
withOutputUrl
Set output URL.- Parameters:
outputUrl
- the outputUrl value to set- Returns:
- the TriggeredJobRun object itself.
-
errorUrl
Get error URL.- Returns:
- the errorUrl value
-
withErrorUrl
Set error URL.- Parameters:
errorUrl
- the errorUrl value to set- Returns:
- the TriggeredJobRun object itself.
-
url
Get job URL.- Returns:
- the url value
-
withUrl
Set job URL.- Parameters:
url
- the url value to set- Returns:
- the TriggeredJobRun object itself.
-
jobName
Get job name.- Returns:
- the jobName value
-
withJobName
Set job name.- Parameters:
jobName
- the jobName value to set- Returns:
- the TriggeredJobRun object itself.
-
trigger
Get job trigger.- Returns:
- the trigger value
-
withTrigger
Set job trigger.- Parameters:
trigger
- the trigger value to set- Returns:
- the TriggeredJobRun object itself.
-