|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PvcsChangeLogEntry | |
|---|---|
| hudson.plugins.pvcs_scm.changelog | |
| hudson.plugins.pvcs_scm.changelog.impl | |
| Uses of PvcsChangeLogEntry in hudson.plugins.pvcs_scm.changelog |
|---|
| Methods in hudson.plugins.pvcs_scm.changelog that return PvcsChangeLogEntry | |
|---|---|
PvcsChangeLogEntry |
PvcsChangeLogSet.addNewEntry()
Appends and returns a new empty value (as xml) as the last "entry" element |
PvcsChangeLogEntry[] |
PvcsChangeLogSet.getEntryArray()
Gets array of all "entry" elements |
PvcsChangeLogEntry |
PvcsChangeLogSet.getEntryArray(int i)
Gets ith "entry" element |
PvcsChangeLogEntry |
PvcsChangeLogSet.insertNewEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "entry" element |
static PvcsChangeLogEntry |
PvcsChangeLogEntry.Factory.newInstance()
|
static PvcsChangeLogEntry |
PvcsChangeLogEntry.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static PvcsChangeLogEntry |
PvcsChangeLogEntry.Factory.parse(java.io.File file)
|
static PvcsChangeLogEntry |
PvcsChangeLogEntry.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static PvcsChangeLogEntry |
PvcsChangeLogEntry.Factory.parse(java.io.InputStream is)
|
static PvcsChangeLogEntry |
PvcsChangeLogEntry.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static PvcsChangeLogEntry |
PvcsChangeLogEntry.Factory.parse(org.w3c.dom.Node node)
|
static PvcsChangeLogEntry |
PvcsChangeLogEntry.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static PvcsChangeLogEntry |
PvcsChangeLogEntry.Factory.parse(java.io.Reader r)
|
static PvcsChangeLogEntry |
PvcsChangeLogEntry.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static PvcsChangeLogEntry |
PvcsChangeLogEntry.Factory.parse(java.lang.String xmlAsString)
|
static PvcsChangeLogEntry |
PvcsChangeLogEntry.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static PvcsChangeLogEntry |
PvcsChangeLogEntry.Factory.parse(java.net.URL u)
|
static PvcsChangeLogEntry |
PvcsChangeLogEntry.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static PvcsChangeLogEntry |
PvcsChangeLogEntry.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static PvcsChangeLogEntry |
PvcsChangeLogEntry.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static PvcsChangeLogEntry |
PvcsChangeLogEntry.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static PvcsChangeLogEntry |
PvcsChangeLogEntry.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
| Methods in hudson.plugins.pvcs_scm.changelog with parameters of type PvcsChangeLogEntry | |
|---|---|
void |
PvcsChangeLogSet.setEntryArray(int i,
PvcsChangeLogEntry entry)
Sets ith "entry" element |
void |
PvcsChangeLogSet.setEntryArray(PvcsChangeLogEntry[] entryArray)
Sets array of all "entry" element |
| Uses of PvcsChangeLogEntry in hudson.plugins.pvcs_scm.changelog.impl |
|---|
| Classes in hudson.plugins.pvcs_scm.changelog.impl that implement PvcsChangeLogEntry | |
|---|---|
class |
PvcsChangeLogEntryImpl
An XML PvcsChangeLogEntry(@urn:changelog.pvcs_scm.plugins.hudson). |
| Methods in hudson.plugins.pvcs_scm.changelog.impl that return PvcsChangeLogEntry | |
|---|---|
PvcsChangeLogEntry |
PvcsChangeLogSetImpl.addNewEntry()
Appends and returns a new empty value (as xml) as the last "entry" element |
PvcsChangeLogEntry[] |
PvcsChangeLogSetImpl.getEntryArray()
Gets array of all "entry" elements |
PvcsChangeLogEntry |
PvcsChangeLogSetImpl.getEntryArray(int i)
Gets ith "entry" element |
PvcsChangeLogEntry |
PvcsChangeLogSetImpl.insertNewEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "entry" element |
| Methods in hudson.plugins.pvcs_scm.changelog.impl with parameters of type PvcsChangeLogEntry | |
|---|---|
void |
PvcsChangeLogSetImpl.setEntryArray(int i,
PvcsChangeLogEntry entry)
Sets ith "entry" element |
void |
PvcsChangeLogSetImpl.setEntryArray(PvcsChangeLogEntry[] entryArray)
Sets array of all "entry" element |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||