|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.versioncontrol.soapextensions.CheckinNote
public class CheckinNote
Contains supplemental information (possibly required, depending on team
project configuration) provided by the user during checkin which becomes part
of a Changeset
.
Field Summary | |
---|---|
static int |
CHECKIN_NOTE_NAME_MAX_SIZE_CHARS
The maximum size allowed for checkin note names. |
static java.lang.String |
XML_CHECKIN_NOTES
|
static java.lang.String |
XML_NOTE
|
static java.lang.String |
XML_NOTE_NAME
|
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
---|
webServiceObject |
Constructor Summary | |
---|---|
CheckinNote(ms.tfs.versioncontrol.clientservices._03._CheckinNote checkinNote)
|
|
CheckinNote()
|
|
CheckinNote(CheckinNoteFieldValue[] values)
|
Method Summary | |
---|---|
static java.lang.String |
canonicalizeName(java.lang.String name)
Check if the specified string is a valid checkin note name and strip any leading and trailing whitespace characters. |
CheckinNoteFieldValue[] |
getValues()
|
ms.tfs.versioncontrol.clientservices._03._CheckinNote |
getWebServiceObject()
Gets the web service object this class wraps. |
java.util.Iterator |
iterator()
Get an iterator over the array of CheckInNoteFieldValues. |
static CheckinNote |
loadFromXML(org.w3c.dom.Element checkinNoteNode)
Creates an instance from the XML representation used in the cache file. |
void |
saveAsXML(org.w3c.dom.Element parent)
Saves this instance to the XML format used in the cache file. |
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
---|
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String XML_CHECKIN_NOTES
"CheckinNotes"
public static final java.lang.String XML_NOTE
"Note"
public static final java.lang.String XML_NOTE_NAME
"name"
public static final int CHECKIN_NOTE_NAME_MAX_SIZE_CHARS
64
Constructor Detail |
---|
public CheckinNote()
public CheckinNote(ms.tfs.versioncontrol.clientservices._03._CheckinNote checkinNote)
public CheckinNote(CheckinNoteFieldValue[] values)
Method Detail |
---|
public ms.tfs.versioncontrol.clientservices._03._CheckinNote getWebServiceObject()
public static java.lang.String canonicalizeName(java.lang.String name)
name
- String containing checkin note name.
public CheckinNoteFieldValue[] getValues()
public java.util.Iterator iterator()
public static CheckinNote loadFromXML(org.w3c.dom.Element checkinNoteNode)
checkinNoteNode
- the check notes node (must not be null
)public void saveAsXML(org.w3c.dom.Element parent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |