Class TagInfo

    • Constructor Detail

      • TagInfo

        @DataBoundConstructor
        public TagInfo()
    • Method Detail

      • getContextEnum

        public TagInfo.ContextEnum getContextEnum()
        The origin of the tag, like AWS or Cloud Foundry. Custom tags use the `CONTEXTLESS` value.
        Returns:
        context
      • getContext

        public String getContext()
      • setContext

        @DataBoundSetter
        public void setContext​(String context)
      • getKey

        public String getKey()
        The key of the tag. Custom tags have the tag value here.
        Returns:
        key
      • setKey

        @DataBoundSetter
        public void setKey​(String key)
      • getValue

        public String getValue()
        The value of the tag. Not applicable to custom tags.
        Returns:
        value
      • setValue

        @DataBoundSetter
        public void setValue​(String value)