Class PodAnnotation

java.lang.Object
hudson.model.AbstractDescribableImpl<PodAnnotation>
org.csanchez.jenkins.plugins.kubernetes.PodAnnotation
All Implemented Interfaces:
Describable<PodAnnotation>, Serializable

public class PodAnnotation extends AbstractDescribableImpl<PodAnnotation> implements Serializable
See Also:
  • Constructor Details

    • PodAnnotation

      @DataBoundConstructor public PodAnnotation(String key, String value)
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object