Class BuildTimestampExtraProperty

java.lang.Object
hudson.model.AbstractDescribableImpl<BuildTimestampExtraProperty>
com.orctom.jenkins.plugin.buildtimestamp.BuildTimestampExtraProperty
All Implemented Interfaces:
Describable<BuildTimestampExtraProperty>

public class BuildTimestampExtraProperty extends AbstractDescribableImpl<BuildTimestampExtraProperty>
key value BuildTimestampExtraProperty Created by hao on 12/16/15.
  • Constructor Details

    • BuildTimestampExtraProperty

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

    • getKey

      public String getKey()
    • setKey

      @DataBoundSetter public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      @DataBoundSetter public void setValue(String value)
    • getShiftExpression

      public String getShiftExpression()
    • setShiftExpression

      @DataBoundSetter public void setShiftExpression(String shiftExpression)
    • 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