public class BranchesScmSource extends AbstractP4ScmSource
Modifier and Type | Class and Description |
---|---|
static class |
BranchesScmSource.DescriptorImpl |
credential, defaultExcludes
Constructor and Description |
---|
BranchesScmSource(String credential,
String includes,
String charset,
String format) |
Modifier and Type | Method and Description |
---|---|
P4Browser |
getBrowser() |
List<P4SCMHead> |
getHeads(hudson.model.TaskListener listener) |
String |
getMappings() |
String |
getPattern() |
List<P4SCMHead> |
getTags(hudson.model.TaskListener listener) |
Workspace |
getWorkspace(P4Path path) |
void |
setBrowser(P4Browser browser) |
void |
setMappings(String mappings) |
void |
setPattern(String pattern) |
build, createProbe, findInclude, getCharset, getCredential, getExcludes, getFilter, getFormat, getIncludePaths, getIncludes, getPopulate, getProperty, getRevision, getRevision, getScanner, getScriptPathOrDefault, getTraits, isCategoryEnabled, retrieve, retrieveActions, retrieveActions, retrieveActions, setCharset, setExcludes, setFilter, setFormat, setIncludes, setPopulate, setTraits, toLines
afterSave, build, canProbe, checkInterrupt, defaultListener, equals, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetchActions, fetchActions, fetchActions, fetchRevisions, fromSCMFileSystem, getCategories, getCriteria, getDescriptor, getId, getOwner, getPronoun, getTrustedRevision, hashCode, hasId, newProbe, parentHeads, parentRevisions, retrieve, retrieve, retrieve, retrieve, retrieve, retrieve, retrieveRevisions, setId, setOwner, toString, withId
@DataBoundSetter public void setBrowser(P4Browser browser)
@DataBoundSetter public void setPattern(String pattern)
public String getPattern()
public String getMappings()
@DataBoundSetter public void setMappings(String mappings)
public P4Browser getBrowser()
getBrowser
in class AbstractP4ScmSource
public List<P4SCMHead> getTags(@NonNull hudson.model.TaskListener listener) throws Exception
getTags
in class AbstractP4ScmSource
Exception
public List<P4SCMHead> getHeads(@NonNull hudson.model.TaskListener listener) throws Exception
getHeads
in class AbstractP4ScmSource
Exception
public Workspace getWorkspace(P4Path path)
getWorkspace
in class AbstractP4ScmSource
Copyright © 2016–2022. All rights reserved.