Class PublisherLabel

java.lang.Object
jenkins.plugins.publish_over.PublisherLabel
All Implemented Interfaces:
Serializable

public class PublisherLabel extends Object implements Serializable
See Also:
  • Constructor Details

    • PublisherLabel

      public PublisherLabel(String label)
  • Method Details

    • getLabel

      public String getLabel()
    • addToHashCode

      protected org.apache.commons.lang.builder.HashCodeBuilder addToHashCode(org.apache.commons.lang.builder.HashCodeBuilder builder)
    • addToEquals

      protected org.apache.commons.lang.builder.EqualsBuilder addToEquals(org.apache.commons.lang.builder.EqualsBuilder builder, PublisherLabel that)
    • addToToString

      protected org.apache.commons.lang.builder.ToStringBuilder addToToString(org.apache.commons.lang.builder.ToStringBuilder builder)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object