public class StageArgs extends Object
Constructor and Description |
---|
StageArgs(String opts) |
StageArgs(String stageName,
boolean shouldRun,
String[] args) |
Modifier and Type | Method and Description |
---|---|
StageArgs |
copyWithName(String newStageName) |
String[] |
getArgs() |
String |
getStageName() |
boolean |
isShouldRun() |
public StageArgs(String opts)
Copyright © 2014. All rights reserved.