public class Environment extends Object
| Constructor and Description |
|---|
Environment() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Credential> |
getCredentials() |
HashMap<String,String> |
getVariables() |
void |
setCredentials(ArrayList<Credential> credentials) |
void |
setVariables(HashMap<String,String> variables) |
public ArrayList<Credential> getCredentials()
public void setCredentials(ArrayList<Credential> credentials)
Copyright © 2016–2018. All rights reserved.