Skip navigation links
A C D E G H I N P R S T U X 

A

addEntry(Collection<String>, String, String) - Method in class hudson.plugins.pvcs_scm.PvcsChangeLogSet
Adds an entry to the change set.
addNewChangeLog() - Method in interface hudson.plugins.pvcs_scm.changelog.ChangeLogDocument
Appends and returns a new empty "changeLog" element
addNewChangeLog() - Method in class hudson.plugins.pvcs_scm.changelog.impl.ChangeLogDocumentImpl
Appends and returns a new empty "changeLog" element
addNewEntry() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Appends and returns a new empty value (as xml) as the last "entry" element
addNewEntry() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Appends and returns a new empty value (as xml) as the last "entry" element
addNewEntry(Collection<String>, String, String) - Method in class hudson.plugins.pvcs_scm.PvcsChangeLogSet
Returns a new Entry, which is already added to the list.

C

ChangeLogDocument - Interface in hudson.plugins.pvcs_scm.changelog
A document containing one changeLog(@urn:changelog.pvcs_scm.plugins.hudson) element.
ChangeLogDocument.Factory - Class in hudson.plugins.pvcs_scm.changelog
A factory class with static methods for creating instances of this type.
ChangeLogDocumentImpl - Class in hudson.plugins.pvcs_scm.changelog.impl
A document containing one changeLog(@urn:changelog.pvcs_scm.plugins.hudson) element.
ChangeLogDocumentImpl(SchemaType) - Constructor for class hudson.plugins.pvcs_scm.changelog.impl.ChangeLogDocumentImpl
 
checkout(AbstractBuild, Launcher, FilePath, BuildListener, File) - Method in class hudson.plugins.pvcs_scm.PvcsScm
configure(StaplerRequest, JSONObject) - Method in class hudson.plugins.pvcs_scm.PvcsScm.DescriptorImpl
 
createChangeLogParser() - Method in class hudson.plugins.pvcs_scm.PvcsScm

D

DESCRIPTOR - Static variable in class hudson.plugins.pvcs_scm.PvcsScm.DescriptorImpl
 
doExecutableCheck(String) - Method in class hudson.plugins.pvcs_scm.PvcsScm.DescriptorImpl
 

E

Entry(ChangeLogSet, Collection<String>, String, String) - Constructor for class hudson.plugins.pvcs_scm.PvcsChangeLogSet.Entry
 

G

getAffectedPaths() - Method in class hudson.plugins.pvcs_scm.PvcsChangeLogSet.Entry
getArchiveRoot() - Method in class hudson.plugins.pvcs_scm.PvcsScm
 
getAuthor() - Method in class hudson.plugins.pvcs_scm.PvcsChangeLogSet.Entry
getBuildId() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Gets the "buildId" attribute
getBuildId() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Gets the "buildId" attribute
getChangeLog() - Method in interface hudson.plugins.pvcs_scm.changelog.ChangeLogDocument
Gets the "changeLog" element
getChangeLog() - Method in class hudson.plugins.pvcs_scm.changelog.impl.ChangeLogDocumentImpl
Gets the "changeLog" element
getChangeLogPrefixFudge() - Method in class hudson.plugins.pvcs_scm.PvcsScm
 
getChangeLogSet() - Method in class hudson.plugins.pvcs_scm.PvcsLogReader
 
getComment() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogEntryImpl
Gets the "comment" element
getComment() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry
Gets the "comment" element
getDescriptor() - Method in class hudson.plugins.pvcs_scm.PvcsScm
 
getDisplayName() - Method in class hudson.plugins.pvcs_scm.PvcsScm.DescriptorImpl
getEntryArray() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Gets array of all "entry" elements
getEntryArray(int) - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Gets ith "entry" element
getEntryArray() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Gets array of all "entry" elements
getEntryArray(int) - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Gets ith "entry" element
getExecutable() - Method in class hudson.plugins.pvcs_scm.PvcsScm.DescriptorImpl
 
getFileName() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogEntryImpl
Gets the "fileName" element
getFileName() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry
Gets the "fileName" element
getLastBuildId() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Gets the "lastBuildId" attribute
getLastBuildId() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Gets the "lastBuildId" attribute
getLastBuildTime() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Gets the "lastBuildTime" attribute
getLastBuildTime() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Gets the "lastBuildTime" attribute
getLoginId() - Method in class hudson.plugins.pvcs_scm.PvcsScm
 
getModifications(Launcher, TaskListener, Calendar) - Method in class hudson.plugins.pvcs_scm.PvcsScm
Returns a PvcsChangeLogSet containing all change entries since lastBuild.
getModifiedTime() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogEntryImpl
Gets the "modifiedTime" element
getModifiedTime() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry
Gets the "modifiedTime" element
getModifiedTime() - Method in class hudson.plugins.pvcs_scm.PvcsChangeLogSet.Entry
 
getModuleDir() - Method in class hudson.plugins.pvcs_scm.PvcsScm
 
getMsg() - Method in class hudson.plugins.pvcs_scm.PvcsChangeLogSet.Entry
getProjectRoot() - Method in class hudson.plugins.pvcs_scm.PvcsScm
 
getPromotionGroup() - Method in class hudson.plugins.pvcs_scm.PvcsScm
 
getPvcsWorkspace() - Method in class hudson.plugins.pvcs_scm.PvcsScm
 
getRevision() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogEntryImpl
Gets the "revision" element
getRevision() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry
Gets the "revision" element
getRevision() - Method in class hudson.plugins.pvcs_scm.PvcsChangeLogSet.Entry
 
getUserName() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogEntryImpl
Gets the "userName" element
getUserName() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry
Gets the "userName" element
getVersionLabel() - Method in class hudson.plugins.pvcs_scm.PvcsScm
 

H

hudson.plugins.pvcs_scm - package hudson.plugins.pvcs_scm
 
hudson.plugins.pvcs_scm.changelog - package hudson.plugins.pvcs_scm.changelog
 
hudson.plugins.pvcs_scm.changelog.impl - package hudson.plugins.pvcs_scm.changelog.impl
 

I

insertNewEntry(int) - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Inserts and returns a new empty value (as xml) as the ith "entry" element
insertNewEntry(int) - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Inserts and returns a new empty value (as xml) as the ith "entry" element
isCleanCopy() - Method in class hudson.plugins.pvcs_scm.PvcsScm
 
isEmptySet() - Method in class hudson.plugins.pvcs_scm.PvcsChangeLogSet
 
isSetBuildId() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
True if has "buildId" attribute
isSetBuildId() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
True if has "buildId" attribute
isSetLastBuildId() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
True if has "lastBuildId" attribute
isSetLastBuildId() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
True if has "lastBuildId" attribute
isSetLastBuildTime() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
True if has "lastBuildTime" attribute
isSetLastBuildTime() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
True if has "lastBuildTime" attribute
iterator() - Method in class hudson.plugins.pvcs_scm.PvcsChangeLogSet

N

newInstance() - Static method in class hudson.plugins.pvcs_scm.changelog.ChangeLogDocument.Factory
 
newInstance(XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.ChangeLogDocument.Factory
 
newInstance() - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry.Factory
 
newInstance(XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry.Factory
 
newInstance() - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet.Factory
 
newInstance(XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet.Factory
 
newValidatingXMLInputStream(XMLInputStream) - Static method in class hudson.plugins.pvcs_scm.changelog.ChangeLogDocument.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.ChangeLogDocument.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet.Factory
Deprecated.
XMLInputStream
newValidatingXMLInputStream(XMLInputStream, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet.Factory
Deprecated.
XMLInputStream

P

parse(String) - Static method in class hudson.plugins.pvcs_scm.changelog.ChangeLogDocument.Factory
 
parse(String, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.ChangeLogDocument.Factory
 
parse(File) - Static method in class hudson.plugins.pvcs_scm.changelog.ChangeLogDocument.Factory
 
parse(File, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.ChangeLogDocument.Factory
 
parse(URL) - Static method in class hudson.plugins.pvcs_scm.changelog.ChangeLogDocument.Factory
 
parse(URL, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.ChangeLogDocument.Factory
 
parse(InputStream) - Static method in class hudson.plugins.pvcs_scm.changelog.ChangeLogDocument.Factory
 
parse(InputStream, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.ChangeLogDocument.Factory
 
parse(Reader) - Static method in class hudson.plugins.pvcs_scm.changelog.ChangeLogDocument.Factory
 
parse(Reader, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.ChangeLogDocument.Factory
 
parse(XMLStreamReader) - Static method in class hudson.plugins.pvcs_scm.changelog.ChangeLogDocument.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.ChangeLogDocument.Factory
 
parse(Node) - Static method in class hudson.plugins.pvcs_scm.changelog.ChangeLogDocument.Factory
 
parse(Node, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.ChangeLogDocument.Factory
 
parse(XMLInputStream) - Static method in class hudson.plugins.pvcs_scm.changelog.ChangeLogDocument.Factory
Deprecated.
XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.ChangeLogDocument.Factory
Deprecated.
XMLInputStream
parse(String) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry.Factory
 
parse(String, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry.Factory
 
parse(File) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry.Factory
 
parse(File, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry.Factory
 
parse(URL) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry.Factory
 
parse(URL, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry.Factory
 
parse(InputStream) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry.Factory
 
parse(InputStream, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry.Factory
 
parse(Reader) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry.Factory
 
parse(Reader, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry.Factory
 
parse(XMLStreamReader) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry.Factory
 
parse(Node) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry.Factory
 
parse(Node, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry.Factory
 
parse(XMLInputStream) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry.Factory
Deprecated.
XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry.Factory
Deprecated.
XMLInputStream
parse(String) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet.Factory
 
parse(String, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet.Factory
 
parse(File) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet.Factory
 
parse(File, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet.Factory
 
parse(URL) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet.Factory
 
parse(URL, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet.Factory
 
parse(InputStream) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet.Factory
 
parse(InputStream, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet.Factory
 
parse(Reader) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet.Factory
 
parse(Reader, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet.Factory
 
parse(XMLStreamReader) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet.Factory
 
parse(XMLStreamReader, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet.Factory
 
parse(Node) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet.Factory
 
parse(Node, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet.Factory
 
parse(XMLInputStream) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet.Factory
Deprecated.
XMLInputStream
parse(XMLInputStream, XmlOptions) - Static method in class hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet.Factory
Deprecated.
XMLInputStream
parse(AbstractBuild, File) - Method in class hudson.plugins.pvcs_scm.PvcsChangeLogParser
pollChanges(AbstractProject, Launcher, FilePath, TaskListener) - Method in class hudson.plugins.pvcs_scm.PvcsScm
PvcsChangeLogEntry - Interface in hudson.plugins.pvcs_scm.changelog
An XML PvcsChangeLogEntry(@urn:changelog.pvcs_scm.plugins.hudson).
PvcsChangeLogEntry.Factory - Class in hudson.plugins.pvcs_scm.changelog
A factory class with static methods for creating instances of this type.
PvcsChangeLogEntryImpl - Class in hudson.plugins.pvcs_scm.changelog.impl
An XML PvcsChangeLogEntry(@urn:changelog.pvcs_scm.plugins.hudson).
PvcsChangeLogEntryImpl(SchemaType) - Constructor for class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogEntryImpl
 
PvcsChangeLogParser - Class in hudson.plugins.pvcs_scm
Encapsulates the file format of the changelog.
PvcsChangeLogParser() - Constructor for class hudson.plugins.pvcs_scm.PvcsChangeLogParser
 
PvcsChangeLogSet - Interface in hudson.plugins.pvcs_scm.changelog
An XML PvcsChangeLogSet(@urn:changelog.pvcs_scm.plugins.hudson).
PvcsChangeLogSet - Class in hudson.plugins.pvcs_scm
Represents a set of changelog entries for a given build.
PvcsChangeLogSet(AbstractBuild) - Constructor for class hudson.plugins.pvcs_scm.PvcsChangeLogSet
 
PvcsChangeLogSet.Entry - Class in hudson.plugins.pvcs_scm
 
PvcsChangeLogSet.Factory - Class in hudson.plugins.pvcs_scm.changelog
A factory class with static methods for creating instances of this type.
PvcsChangeLogSetImpl - Class in hudson.plugins.pvcs_scm.changelog.impl
An XML PvcsChangeLogSet(@urn:changelog.pvcs_scm.plugins.hudson).
PvcsChangeLogSetImpl(SchemaType) - Constructor for class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
 
PvcsLogReader - Class in hudson.plugins.pvcs_scm
Generates a changelog set from the output of pcli vlog.
PvcsLogReader(InputStream, String, String, Date) - Constructor for class hudson.plugins.pvcs_scm.PvcsLogReader
 
PvcsScm - Class in hudson.plugins.pvcs_scm
Provides integration with PCVS.
PvcsScm(String, String, String, String, String, String, String, String, boolean) - Constructor for class hudson.plugins.pvcs_scm.PvcsScm
 
PvcsScm.DescriptorImpl - Class in hudson.plugins.pvcs_scm
 

R

removeEntry(int) - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Removes the ith "entry" element
removeEntry(int) - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Removes the ith "entry" element
requiresWorkspaceForPolling() - Method in class hudson.plugins.pvcs_scm.PvcsScm
TODO
run() - Method in class hudson.plugins.pvcs_scm.PvcsLogReader
 

S

setArchiveRoot(String) - Method in class hudson.plugins.pvcs_scm.PvcsScm
 
setBuildId(String) - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Sets the "buildId" attribute
setBuildId(String) - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Sets the "buildId" attribute
setChangeLog(PvcsChangeLogSet) - Method in interface hudson.plugins.pvcs_scm.changelog.ChangeLogDocument
Sets the "changeLog" element
setChangeLog(PvcsChangeLogSet) - Method in class hudson.plugins.pvcs_scm.changelog.impl.ChangeLogDocumentImpl
Sets the "changeLog" element
setChangeLogPrefixFudge(String) - Method in class hudson.plugins.pvcs_scm.PvcsScm
 
setCleanCopy(boolean) - Method in class hudson.plugins.pvcs_scm.PvcsScm
 
setComment(String) - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogEntryImpl
Sets the "comment" element
setComment(String) - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry
Sets the "comment" element
setEntryArray(PvcsChangeLogEntry[]) - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Sets array of all "entry" element
setEntryArray(int, PvcsChangeLogEntry) - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Sets ith "entry" element
setEntryArray(PvcsChangeLogEntry[]) - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Sets array of all "entry" element
setEntryArray(int, PvcsChangeLogEntry) - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Sets ith "entry" element
setFileName(String) - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogEntryImpl
Sets the "fileName" element
setFileName(String) - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry
Sets the "fileName" element
setLastBuildId(String) - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Sets the "lastBuildId" attribute
setLastBuildId(String) - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Sets the "lastBuildId" attribute
setLastBuildTime(Calendar) - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Sets the "lastBuildTime" attribute
setLastBuildTime(Calendar) - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Sets the "lastBuildTime" attribute
setLoginId(String) - Method in class hudson.plugins.pvcs_scm.PvcsScm
 
setModifiedTime(Calendar) - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogEntryImpl
Sets the "modifiedTime" element
setModifiedTime(Calendar) - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry
Sets the "modifiedTime" element
setModifiedTime(String) - Method in class hudson.plugins.pvcs_scm.PvcsChangeLogSet.Entry
 
setModuleDir(String) - Method in class hudson.plugins.pvcs_scm.PvcsScm
 
setProjectRoot(String) - Method in class hudson.plugins.pvcs_scm.PvcsScm
 
setPromotionGroup(String) - Method in class hudson.plugins.pvcs_scm.PvcsScm
 
setPvcsWorkpace(String) - Method in class hudson.plugins.pvcs_scm.PvcsScm
 
setRevision(String) - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogEntryImpl
Sets the "revision" element
setRevision(String) - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry
Sets the "revision" element
setRevision(String) - Method in class hudson.plugins.pvcs_scm.PvcsChangeLogSet.Entry
 
setUserName(String) - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogEntryImpl
Sets the "userName" element
setUserName(String) - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry
Sets the "userName" element
setVersionLabel(String) - Method in class hudson.plugins.pvcs_scm.PvcsScm
 
sizeOfEntryArray() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Returns number of "entry" element
sizeOfEntryArray() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Returns number of "entry" element

T

type - Static variable in interface hudson.plugins.pvcs_scm.changelog.ChangeLogDocument
 
type - Static variable in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry
 
type - Static variable in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
 

U

unsetBuildId() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Unsets the "buildId" attribute
unsetBuildId() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Unsets the "buildId" attribute
unsetLastBuildId() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Unsets the "lastBuildId" attribute
unsetLastBuildId() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Unsets the "lastBuildId" attribute
unsetLastBuildTime() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Unsets the "lastBuildTime" attribute
unsetLastBuildTime() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Unsets the "lastBuildTime" attribute

X

xgetBuildId() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Gets (as xml) the "buildId" attribute
xgetBuildId() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Gets (as xml) the "buildId" attribute
xgetComment() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogEntryImpl
Gets (as xml) the "comment" element
xgetComment() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry
Gets (as xml) the "comment" element
xgetFileName() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogEntryImpl
Gets (as xml) the "fileName" element
xgetFileName() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry
Gets (as xml) the "fileName" element
xgetLastBuildId() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Gets (as xml) the "lastBuildId" attribute
xgetLastBuildId() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Gets (as xml) the "lastBuildId" attribute
xgetLastBuildTime() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Gets (as xml) the "lastBuildTime" attribute
xgetLastBuildTime() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Gets (as xml) the "lastBuildTime" attribute
xgetModifiedTime() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogEntryImpl
Gets (as xml) the "modifiedTime" element
xgetModifiedTime() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry
Gets (as xml) the "modifiedTime" element
xgetRevision() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogEntryImpl
Gets (as xml) the "revision" element
xgetRevision() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry
Gets (as xml) the "revision" element
xgetUserName() - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogEntryImpl
Gets (as xml) the "userName" element
xgetUserName() - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry
Gets (as xml) the "userName" element
xsetBuildId(XmlToken) - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Sets (as xml) the "buildId" attribute
xsetBuildId(XmlToken) - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Sets (as xml) the "buildId" attribute
xsetComment(XmlString) - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogEntryImpl
Sets (as xml) the "comment" element
xsetComment(XmlString) - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry
Sets (as xml) the "comment" element
xsetFileName(XmlString) - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogEntryImpl
Sets (as xml) the "fileName" element
xsetFileName(XmlString) - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry
Sets (as xml) the "fileName" element
xsetLastBuildId(XmlToken) - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Sets (as xml) the "lastBuildId" attribute
xsetLastBuildId(XmlToken) - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Sets (as xml) the "lastBuildId" attribute
xsetLastBuildTime(XmlDateTime) - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogSetImpl
Sets (as xml) the "lastBuildTime" attribute
xsetLastBuildTime(XmlDateTime) - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogSet
Sets (as xml) the "lastBuildTime" attribute
xsetModifiedTime(XmlDateTime) - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogEntryImpl
Sets (as xml) the "modifiedTime" element
xsetModifiedTime(XmlDateTime) - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry
Sets (as xml) the "modifiedTime" element
xsetRevision(XmlString) - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogEntryImpl
Sets (as xml) the "revision" element
xsetRevision(XmlString) - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry
Sets (as xml) the "revision" element
xsetUserName(XmlToken) - Method in class hudson.plugins.pvcs_scm.changelog.impl.PvcsChangeLogEntryImpl
Sets (as xml) the "userName" element
xsetUserName(XmlToken) - Method in interface hudson.plugins.pvcs_scm.changelog.PvcsChangeLogEntry
Sets (as xml) the "userName" element
A C D E G H I N P R S T U X 
Skip navigation links

Copyright © 2016–2018. All rights reserved.