Class EC2Tag

    • Field Detail

      • TAG_NAME_JENKINS_SLAVE_TYPE

        public static final 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.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EC2Tag

        @DataBoundConstructor
        public EC2Tag​(String name,
                      String value)
      • EC2Tag

        public EC2Tag​(com.amazonaws.services.ec2.model.Tag t)
    • Method Detail

      • getName

        public String getName()
      • getValue

        public String getValue()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromAmazonTags

        public static List<EC2Tag> fromAmazonTags​(List<com.amazonaws.services.ec2.model.Tag> amazonTags)