public class BuildParam extends Object implements Serializable
Constructor and Description |
---|
BuildParam(String serverUrl,
String userName,
String password,
String tenant,
String workflowName) |
BuildParam(String serverUrl,
String userName,
String password,
String tenant,
String workflowName,
boolean waitExec,
List<Parameter> inputParams) |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
getInputParams() |
String |
getPassword() |
String |
getServerUrl() |
String |
getTenant() |
String |
getUserName() |
String |
getWorkflowName() |
boolean |
isWaitExec() |
Boolean |
validate() |
public BuildParam(String serverUrl, String userName, String password, String tenant, String workflowName, boolean waitExec, List<Parameter> inputParams)
public String getServerUrl()
public String getUserName()
public String getPassword()
public String getWorkflowName()
public boolean isWaitExec()
public String getTenant()
public Boolean validate() throws IOException
IOException
Copyright © 2004-2016. All Rights Reserved.