DockerBuildRequest, EncodedTaskRunRequest, FileTaskRunRequest, TaskRunRequestpublic class RunRequest extends Object
| Constructor | Description |
|---|---|
RunRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
isArchiveEnabled() |
Get the value that indicates whether archiving is enabled for the run or not.
|
RunRequest |
withIsArchiveEnabled(Boolean isArchiveEnabled) |
Set the value that indicates whether archiving is enabled for the run or not.
|
public Boolean isArchiveEnabled()
public RunRequest withIsArchiveEnabled(Boolean isArchiveEnabled)
isArchiveEnabled - the isArchiveEnabled value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/