JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
E
G
H
K
P
S
V
W
C
com.xebialabs.deployit.plugin.ec2.access
- package com.xebialabs.deployit.plugin.ec2.access
com.xebialabs.deployit.plugin.ec2.ci
- package com.xebialabs.deployit.plugin.ec2.ci
com.xebialabs.deployit.plugin.ec2.steps
- package com.xebialabs.deployit.plugin.ec2.steps
com.xebialabs.deployit.plugin.ec2.util
- package com.xebialabs.deployit.plugin.ec2.util
CreateInstanceStep
- Class in
com.xebialabs.deployit.plugin.ec2.steps
Step which actually starts node on EC2.
CreateInstanceStep(HostTemplate, EC2Adapter, String)
- Constructor for class com.xebialabs.deployit.plugin.ec2.steps.
CreateInstanceStep
credentials
- Variable in class com.xebialabs.deployit.plugin.ec2.access.
EC2Adapter
Credentials
- Class in
com.xebialabs.deployit.plugin.ec2.ci
Reusable AWS EC2 credentials pair
Credentials()
- Constructor for class com.xebialabs.deployit.plugin.ec2.ci.
Credentials
D
DestroyInstanceStep
- Class in
com.xebialabs.deployit.plugin.ec2.steps
DestroyInstanceStep(ConfigurationItem, ServiceFactory)
- Constructor for class com.xebialabs.deployit.plugin.ec2.steps.
DestroyInstanceStep
E
EC2Adapter
- Class in
com.xebialabs.deployit.plugin.ec2.access
EC2Adapter(Credentials)
- Constructor for class com.xebialabs.deployit.plugin.ec2.access.
EC2Adapter
EC2InstanceType
- Enum in
com.xebialabs.deployit.plugin.ec2.util
Mirrors com.amazonaws.services.ec2.model.InstanceType because it's name() and toString() methods are not consistent and we can not convert it from string it properly when used in Deployit UI.
execute(ExecutionContext)
- Method in class com.xebialabs.deployit.plugin.ec2.steps.
CreateInstanceStep
execute(ExecutionContext)
- Method in class com.xebialabs.deployit.plugin.ec2.steps.
DestroyInstanceStep
execute(ExecutionContext)
- Method in class com.xebialabs.deployit.plugin.ec2.steps.
ValidateCredentialsStep
G
getAmi()
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
HostTemplate
getComputeService(String, String)
- Method in class com.xebialabs.deployit.plugin.ec2.util.
ServiceFactory
getCredentials()
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
HostTemplate
getDescription()
- Method in class com.xebialabs.deployit.plugin.ec2.steps.
CreateInstanceStep
getDescription()
- Method in class com.xebialabs.deployit.plugin.ec2.steps.
DestroyInstanceStep
getDescription()
- Method in class com.xebialabs.deployit.plugin.ec2.steps.
ValidateCredentialsStep
getEC2Adapter(Credentials)
- Method in class com.xebialabs.deployit.plugin.ec2.util.
ServiceFactory
getGroups()
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
HostTemplate
getInstanceIpAddress(String)
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
HostTemplate
getInstanceType()
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
HostTemplate
getKey()
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
Credentials
getKeyPair()
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
HostTemplate
getOrder()
- Method in class com.xebialabs.deployit.plugin.ec2.steps.
CreateInstanceStep
getOrder()
- Method in class com.xebialabs.deployit.plugin.ec2.steps.
DestroyInstanceStep
getOrder()
- Method in class com.xebialabs.deployit.plugin.ec2.steps.
ValidateCredentialsStep
getPublicIpAddress(String, String)
- Method in class com.xebialabs.deployit.plugin.ec2.access.
EC2Adapter
Returns IP address of the instance
getRegion()
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
HostTemplate
getSecret()
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
Credentials
getTags()
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
HostTemplate
getValue()
- Method in enum com.xebialabs.deployit.plugin.ec2.util.
EC2InstanceType
getVpcSubnetId()
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
HostTemplate
H
HostTemplate
- Class in
com.xebialabs.deployit.plugin.ec2.ci
HostTemplate()
- Constructor for class com.xebialabs.deployit.plugin.ec2.ci.
HostTemplate
K
kickNewInstance(HostTemplate, String)
- Method in class com.xebialabs.deployit.plugin.ec2.access.
EC2Adapter
Alias with default timing parameters
kickNewInstance(HostTemplate, String, int, int, Map<String, String>)
- Method in class com.xebialabs.deployit.plugin.ec2.access.
EC2Adapter
Triggers new instance creation and gives back an ID.
P
produceCreateSteps(String, int)
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
HostTemplate
produceDestroySteps(ConfigurationItem)
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
HostTemplate
S
ServiceFactory
- Class in
com.xebialabs.deployit.plugin.ec2.util
ServiceFactory()
- Constructor for class com.xebialabs.deployit.plugin.ec2.util.
ServiceFactory
setAmi(String)
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
HostTemplate
setCredentials(Credentials)
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
HostTemplate
setGroups(Set<String>)
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
HostTemplate
setInstanceType(EC2InstanceType)
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
HostTemplate
setKey(String)
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
Credentials
setKeyPair(String)
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
HostTemplate
setRegion(String)
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
HostTemplate
setSecret(String)
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
Credentials
setTags(Map<String, String>)
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
HostTemplate
setVpcSubnetId(String)
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
HostTemplate
shutDown(String, String)
- Method in class com.xebialabs.deployit.plugin.ec2.access.
EC2Adapter
Destroys the instance
V
validateCredentials()
- Method in class com.xebialabs.deployit.plugin.ec2.ci.
Credentials
ValidateCredentialsStep
- Class in
com.xebialabs.deployit.plugin.ec2.steps
ValidateCredentialsStep(Credentials, ServiceFactory)
- Constructor for class com.xebialabs.deployit.plugin.ec2.steps.
ValidateCredentialsStep
valueOf(String)
- Static method in enum com.xebialabs.deployit.plugin.ec2.util.
EC2InstanceType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.xebialabs.deployit.plugin.ec2.util.
EC2InstanceType
Returns an array containing the constants of this enum type, in the order they are declared.
W
waitForRunningInstance(String, String, int, int)
- Method in class com.xebialabs.deployit.plugin.ec2.access.
EC2Adapter
Waits until instance becomes available according to the information retrieved from hypervisor
C
D
E
G
H
K
P
S
V
W
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes