public interface IBuildState
project
's build state that version validators
need to access.Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getArguments() |
Serializable |
getValidatorState() |
long |
getValidatorTimeStamp() |
void |
setArguments(Map<String,String> arguments) |
void |
setChangedSinceRelease(boolean changedSinceRelease) |
void |
setValidatorState(Serializable validatorState) |
void |
setValidatorTimeStamp(long validatorTimeStamp) |
long getValidatorTimeStamp()
void setValidatorTimeStamp(long validatorTimeStamp)
Serializable getValidatorState()
void setValidatorState(Serializable validatorState)
void setChangedSinceRelease(boolean changedSinceRelease)
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.