Package org.jenkinsci.plugins.p4.scm
Class BranchesScmSource
java.lang.Object
hudson.model.AbstractDescribableImpl<jenkins.scm.api.SCMSource>
jenkins.scm.api.SCMSource
org.jenkinsci.plugins.p4.scm.AbstractP4ScmSource
org.jenkinsci.plugins.p4.scm.BranchesScmSource
- All Implemented Interfaces:
ExtensionPoint,Describable<jenkins.scm.api.SCMSource>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class jenkins.scm.api.SCMSource
jenkins.scm.api.SCMSource.SourceByItemNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class org.jenkinsci.plugins.p4.scm.AbstractP4ScmSource
credential, defaultExcludesFields inherited from class jenkins.scm.api.SCMSource
PRONOUN -
Constructor Summary
ConstructorsConstructorDescriptionBranchesScmSource(String credential, String includes, String charset, String format) -
Method Summary
Modifier and TypeMethodDescriptiongetHeads(TaskListener listener) getTags(TaskListener listener) getWorkspace(P4Path path) booleanvoidsetBrowser(P4Browser browser) voidsetMappings(String mappings) voidsetPattern(String pattern) voidsetUseNewDirectoryStructure(boolean useNewDirectoryStructure) Methods inherited from class org.jenkinsci.plugins.p4.scm.AbstractP4ScmSource
build, createProbe, findInclude, getCharset, getCredential, getExcludes, getFilter, getFormat, getIncludePaths, getIncludes, getPopulate, getProperty, getRevision, getRevision, getScanner, getScriptPathOrDefault, getTraits, isCategoryEnabled, pathContainsFolderPropertyVar, retrieve, retrieveActions, retrieveActions, retrieveActions, setCharset, setExcludes, setFilter, setFormat, setIncludes, setPopulate, setTraits, toLinesMethods inherited from class jenkins.scm.api.SCMSource
afterSave, build, canProbe, checkInterrupt, defaultListener, equals, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetchActions, fetchActions, fetchActions, fetchRevisions, fetchRevisions, fromSCMFileSystem, getCategories, getCriteria, getDescriptor, getId, getOwner, getPronoun, getTrustedRevision, hashCode, hasId, newProbe, parentHeads, parentRevisions, retrieve, retrieve, retrieve, retrieve, retrieve, retrieve, retrieve, retrieveRevisions, retrieveRevisions, setId, setOwner, toString, withId
-
Constructor Details
-
BranchesScmSource
-
-
Method Details
-
setBrowser
-
setPattern
-
isUseNewDirectoryStructure
public boolean isUseNewDirectoryStructure() -
setUseNewDirectoryStructure
@DataBoundSetter public void setUseNewDirectoryStructure(boolean useNewDirectoryStructure) -
getPattern
-
getMappings
-
setMappings
-
getBrowser
- Specified by:
getBrowserin classAbstractP4ScmSource
-
getTags
- Specified by:
getTagsin classAbstractP4ScmSource- Throws:
Exception
-
getHeads
- Specified by:
getHeadsin classAbstractP4ScmSource- Throws:
Exception
-
getWorkspace
- Specified by:
getWorkspacein classAbstractP4ScmSource
-