|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetadataValue
A metadata value interface.
Method Summary | |
---|---|
void |
addEnvironmentVariables(hudson.EnvVars variables,
boolean exposeAll)
Adds the environment variables for this Metadata to the variables map. |
MetadataValue |
clone()
Clones this MetadataValue. |
boolean |
isGenerated()
If this value is generated or user created. |
void |
replacementOf(MetadataValue old)
A signal sent to this object that it is the replacement of another object. |
void |
setGenerated(boolean generated)
Set if this value is generated or user created. |
net.sf.json.JSONObject |
toJson()
Convert this object into a JSON object. |
Methods inherited from interface com.sonyericsson.hudson.plugins.metadata.model.Metadata |
---|
getDescription, getFullName, getFullNameFrom, getFullPath, getName, getParent, getValue, isExposedToEnvironment, setExposeToEnvironment, setParent |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
boolean isGenerated()
void setGenerated(boolean generated)
generated
- true if generated.net.sf.json.JSONObject toJson()
void replacementOf(MetadataValue old)
old
- the object that it is the replacement of.void addEnvironmentVariables(hudson.EnvVars variables, boolean exposeAll)
variables
- the map of current environment variables.exposeAll
- whether all Metadata should be added to the map. Inherited from the parent.MetadataValue clone() throws CloneNotSupportedException
CloneNotSupportedException
- if it cannot be cloned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |