public class EC2Tag extends AbstractDescribableImpl<EC2Tag>
Modifier and Type | Class and Description |
---|---|
static class |
EC2Tag.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static String |
TAG_NAME_JENKINS_SERVER_URL |
static String |
TAG_NAME_JENKINS_SLAVE_TYPE
Tag name for the specific jenkins agent type tag, used to identify the EC2 instances provisioned by this plugin.
|
Constructor and Description |
---|
EC2Tag(String name,
String value) |
EC2Tag(com.amazonaws.services.ec2.model.Tag t) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static List<EC2Tag> |
fromAmazonTags(List<com.amazonaws.services.ec2.model.Tag> amazonTags) |
String |
getName() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
getDescriptor
public static final String TAG_NAME_JENKINS_SLAVE_TYPE
public static final String TAG_NAME_JENKINS_SERVER_URL
Copyright © 2016–2022. All rights reserved.