|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBuildInformationNode
Method Summary | |
---|---|
void |
delete()
Deletes the information node from the server. |
IBuildInformation |
getChildren()
The children of the information node. |
java.util.Map<java.lang.String,java.lang.String> |
getFields()
The custom name / value pairs associated with the information node. |
int |
getID()
The unique identifier of the information node. |
java.lang.String |
getLastModifiedBy()
The user who last modified the information node. |
java.util.Calendar |
getLastModifiedDate()
The date at which the information node was last modified. |
IBuildInformationNode |
getParent()
The parent of the information node. |
java.lang.String |
getType()
The type of the information node. |
void |
save()
Persists any changes to the information node (and its children) to the server. |
void |
setType(java.lang.String value)
|
Method Detail |
---|
IBuildInformation getChildren()
java.util.Map<java.lang.String,java.lang.String> getFields()
int getID()
java.lang.String getLastModifiedBy()
java.util.Calendar getLastModifiedDate()
IBuildInformationNode getParent()
java.lang.String getType()
void setType(java.lang.String value)
void delete()
void save()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |