| Modifier and Type | Method and Description |
|---|---|
RunFilter |
RunFilter.withCreateTime(org.joda.time.DateTime createTime)
Set the create time for a run.
|
RunFilter |
RunFilter.withFinishTime(org.joda.time.DateTime finishTime)
Set the time the run finished.
|
RunFilter |
RunFilter.withIsArchiveEnabled(Boolean isArchiveEnabled)
Set the value that indicates whether archiving is enabled or not.
|
RunFilter |
RunFilter.withOutputImageManifests(String outputImageManifests)
Set the list of comma-separated image manifests that were generated from the run.
|
RunFilter |
RunFilter.withRunId(String runId)
Set the unique identifier for the run.
|
RunFilter |
RunFilter.withRunType(RunType runType)
Set the type of run.
|
RunFilter |
RunFilter.withStatus(RunStatus status)
Set the current status of the run.
|
RunFilter |
RunFilter.withTaskName(String taskName)
Set the name of the task that the run corresponds to.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/