public class StageInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StageInfo.StageType |
| Modifier and Type | Method and Description |
|---|---|
static StageInfo |
createStageInfo(String locationType,
String location,
Map credentials,
String region,
String endPoint,
String storageAccount) |
Map |
getCredentials() |
String |
getEndPoint() |
String |
getLocation() |
String |
getRegion() |
StageInfo.StageType |
getStageType() |
String |
getStorageAccount() |
void |
setCredentials(Map credentials) |
public static StageInfo createStageInfo(String locationType, String location, Map credentials, String region, String endPoint, String storageAccount) throws IllegalArgumentException
IllegalArgumentExceptionpublic StageInfo.StageType getStageType()
public String getLocation()
public Map getCredentials()
public void setCredentials(Map credentials)
public String getRegion()
public String getEndPoint()
public String getStorageAccount()
Copyright © 2019. All rights reserved.