public class GraphScmSource extends AbstractP4ScmSource
Modifier and Type | Class and Description |
---|---|
static class |
GraphScmSource.DescriptorImpl |
credential, scmSourceClient
Constructor and Description |
---|
GraphScmSource(String id,
String credential,
String includes,
String charset,
String format) |
Modifier and Type | Method and Description |
---|---|
P4Browser |
getBrowser() |
List<P4Head> |
getHeads(hudson.model.TaskListener listener) |
P4Revision |
getRevision(P4Head head,
hudson.model.TaskListener listener) |
List<P4ChangeRequestSCMHead> |
getTags(hudson.model.TaskListener listener) |
void |
setBrowser(P4Browser browser) |
build, getCharset, getCredential, getFormat, getIncludePaths, getIncludes, getPopulate, getWorkspace, retrieve, setIncludes, setPopulate
afterSave, build, canProbe, checkInterrupt, createProbe, defaultListener, equals, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetchActions, fetchActions, fetchActions, fetchRevisions, fromSCMFileSystem, getCategories, getCriteria, getDescriptor, getId, getOwner, getPronoun, getTrustedRevision, hashCode, isCategoryEnabled, newProbe, parentHeads, parentRevisions, retrieve, retrieve, retrieve, retrieve, retrieve, retrieve, retrieveActions, retrieveActions, retrieveActions, retrieveRevisions, setOwner, toString
@DataBoundSetter public void setBrowser(P4Browser browser)
public P4Browser getBrowser()
getBrowser
in class AbstractP4ScmSource
public List<P4ChangeRequestSCMHead> getTags(@NonNull hudson.model.TaskListener listener) throws Exception
getTags
in class AbstractP4ScmSource
Exception
public List<P4Head> getHeads(@NonNull hudson.model.TaskListener listener) throws Exception
getHeads
in class AbstractP4ScmSource
Exception
public P4Revision getRevision(P4Head head, hudson.model.TaskListener listener) throws Exception
getRevision
in class AbstractP4ScmSource
Exception
Copyright © 2016–2017. All rights reserved.