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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BuildTimestampExtraProperty.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description BuildTimestampExtraProperty(String key, String value, String shiftExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getKey()
String
getShiftExpression()
String
getValue()
int
hashCode()
void
setKey(String key)
void
setShiftExpression(String shiftExpression)
void
setValue(String value)
String
toString()
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Method Detail
-
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)
-
-