public class BuildTaskFilter extends Object
| Constructor and Description |
|---|
BuildTaskFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
alias()
Get the alias value.
|
BuildTaskFilter |
withAlias(String alias)
Set the alias value.
|
public String alias()
public BuildTaskFilter withAlias(String alias)
alias - the alias 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.
*/