@Metadata(description="Amazon EC2 credentials",
root=CONFIGURATION)
public class Credentials
extends com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
| Constructor and Description |
|---|
Credentials() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey() |
java.lang.String |
getSecret() |
void |
setKey(java.lang.String key) |
void |
setSecret(java.lang.String secret) |
java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> |
validateCredentials() |
compareTo, equals, get$ciAttributes, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$token, set$validationMessages, setId, setProperty, setType, toString@ControlTask(label="Validate credentials",
description="Make a test call to EC2 with given credentials")
public java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> validateCredentials()
public java.lang.String getKey()
public java.lang.String getSecret()
public void setKey(java.lang.String key)
public void setSecret(java.lang.String secret)