com.microsoft.tfs.core.clients.build
Interface IBuildInformationNode


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

getChildren

IBuildInformation getChildren()
The children of the information node.

Returns:

getFields

java.util.Map<java.lang.String,java.lang.String> getFields()
The custom name / value pairs associated with the information node.

Returns:

getID

int getID()
The unique identifier of the information node.

Returns:

getLastModifiedBy

java.lang.String getLastModifiedBy()
The user who last modified the information node.

Returns:

getLastModifiedDate

java.util.Calendar getLastModifiedDate()
The date at which the information node was last modified.

Returns:

getParent

IBuildInformationNode getParent()
The parent of the information node.

Returns:

getType

java.lang.String getType()
The type of the information node.

Returns:

setType

void setType(java.lang.String value)

delete

void delete()
Deletes the information node from the server.


save

void save()
Persists any changes to the information node (and its children) to the server.



© 2015 Microsoft. All rights reserved.