public class Options extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
Boolean |
dryRun
Is dry run set.
|
Boolean |
fullRelease
Is full release set.
|
Boolean |
interactive
Is interactive mode set.
|
Boolean |
metaRelease
Is meta release set.
|
String |
range
Range of task / projects to release.
|
String |
startFrom
Name of the task / projects to start from.
|
List<String> |
taskNames
List of task names to release.
|
public Boolean metaRelease
public Boolean fullRelease
public Boolean interactive
public Boolean dryRun
public String startFrom
public String range
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.