public class BuildTimestampExtraProperty extends hudson.model.AbstractDescribableImpl<BuildTimestampExtraProperty>
Modifier and Type | Class and Description |
---|---|
static class |
BuildTimestampExtraProperty.DescriptorImpl |
Constructor and Description |
---|
BuildTimestampExtraProperty(String key,
String value,
String shiftExpression) |
Modifier and Type | Method and 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() |
public String getKey()
@DataBoundSetter public void setKey(String key)
public String getValue()
@DataBoundSetter public void setValue(String value)
public String getShiftExpression()
@DataBoundSetter public void setShiftExpression(String shiftExpression)
Copyright © 2004-2018. All Rights Reserved.