public class RunFilter extends Object
Constructor and Description |
---|
RunFilter() |
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
createTime()
Get the create time for a run.
|
org.joda.time.DateTime |
finishTime()
Get the time the run finished.
|
Boolean |
isArchiveEnabled()
Get the value that indicates whether archiving is enabled or not.
|
String |
outputImageManifests()
Get the list of comma-separated image manifests that were generated from the run.
|
String |
runId()
Get the unique identifier for the run.
|
RunType |
runType()
Get the type of run.
|
RunStatus |
status()
Get the current status of the run.
|
String |
taskName()
Get the name of the task that the run corresponds to.
|
RunFilter |
withCreateTime(org.joda.time.DateTime createTime)
Set the create time for a run.
|
RunFilter |
withFinishTime(org.joda.time.DateTime finishTime)
Set the time the run finished.
|
RunFilter |
withIsArchiveEnabled(Boolean isArchiveEnabled)
Set the value that indicates whether archiving is enabled or not.
|
RunFilter |
withOutputImageManifests(String outputImageManifests)
Set the list of comma-separated image manifests that were generated from the run.
|
RunFilter |
withRunId(String runId)
Set the unique identifier for the run.
|
RunFilter |
withRunType(RunType runType)
Set the type of run.
|
RunFilter |
withStatus(RunStatus status)
Set the current status of the run.
|
RunFilter |
withTaskName(String taskName)
Set the name of the task that the run corresponds to.
|
public String runId()
public RunFilter withRunId(String runId)
runId
- the runId value to setpublic RunType runType()
public RunFilter withRunType(RunType runType)
runType
- the runType value to setpublic RunStatus status()
public RunFilter withStatus(RunStatus status)
status
- the status value to setpublic org.joda.time.DateTime createTime()
public RunFilter withCreateTime(org.joda.time.DateTime createTime)
createTime
- the createTime value to setpublic org.joda.time.DateTime finishTime()
public RunFilter withFinishTime(org.joda.time.DateTime finishTime)
finishTime
- the finishTime value to setpublic String outputImageManifests()
public RunFilter withOutputImageManifests(String outputImageManifests)
outputImageManifests
- the outputImageManifests value to setpublic Boolean isArchiveEnabled()
public RunFilter withIsArchiveEnabled(Boolean isArchiveEnabled)
isArchiveEnabled
- the isArchiveEnabled value to setpublic String taskName()
Copyright © 2019. All rights reserved.