public abstract class AbstractGerritSCMSource
extends jenkins.plugins.git.AbstractGitSCMSource
| Modifier and Type | Class and Description |
|---|---|
static interface |
AbstractGerritSCMSource.Retriever<T> |
jenkins.plugins.git.AbstractGitSCMSource.SCMRevisionImpl, jenkins.plugins.git.AbstractGitSCMSource.SpecificRevisionBuildChooser| Modifier and Type | Field and Description |
|---|---|
static String |
R_CHANGES |
static String |
REF_SPEC_CHANGES |
| Constructor and Description |
|---|
AbstractGerritSCMSource() |
| Modifier and Type | Method and Description |
|---|---|
protected <T,C extends jenkins.plugins.git.GitSCMSourceContext<C,R>,R extends jenkins.plugins.git.GitSCMSourceRequest> |
doRetrieve(AbstractGerritSCMSource.Retriever<T> retriever,
C context,
hudson.model.TaskListener listener,
boolean prune) |
GerritURI |
getGerritURI() |
Boolean |
getInsecureHttps() |
protected boolean |
isCategoryEnabled(jenkins.scm.api.SCMHeadCategory category) |
protected void |
retrieve(jenkins.scm.api.SCMSourceCriteria criteria,
jenkins.scm.api.SCMHeadObserver observer,
jenkins.scm.api.SCMHeadEvent<?> event,
hudson.model.TaskListener listener) |
protected List<hudson.model.Action> |
retrieveActions(jenkins.scm.api.SCMSourceEvent event,
hudson.model.TaskListener listener) |
build, decorate, getBrowser, getCacheDir, getCacheEntry, getCacheLock, getCredentials, getCredentialsId, getExcludes, getExtensions, getGitTool, getIncludes, getRefSpecs, getRemote, getRemoteConfigs, getRemoteName, getTraits, isExcluded, newBuilder, resolveGitTool, resolveGitTool, retrieve, retrieve, retrieveActions, retrieveRevisionsafterSave, 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, hasId, newProbe, parentHeads, parentRevisions, retrieve, retrieve, retrieve, retrieve, retrieveActions, setId, setOwner, toString, withIdpublic static final String R_CHANGES
public static final String REF_SPEC_CHANGES
public Boolean getInsecureHttps()
protected void retrieve(@CheckForNull jenkins.scm.api.SCMSourceCriteria criteria, @Nonnull jenkins.scm.api.SCMHeadObserver observer, @CheckForNull jenkins.scm.api.SCMHeadEvent<?> event, @Nonnull hudson.model.TaskListener listener) throws IOException, InterruptedException
retrieve in class jenkins.plugins.git.AbstractGitSCMSourceIOExceptionInterruptedException@Nonnull protected List<hudson.model.Action> retrieveActions(@CheckForNull jenkins.scm.api.SCMSourceEvent event, @Nonnull hudson.model.TaskListener listener) throws IOException, InterruptedException
retrieveActions in class jenkins.plugins.git.AbstractGitSCMSourceIOExceptionInterruptedException@Nonnull protected <T,C extends jenkins.plugins.git.GitSCMSourceContext<C,R>,R extends jenkins.plugins.git.GitSCMSourceRequest> T doRetrieve(AbstractGerritSCMSource.Retriever<T> retriever, @Nonnull C context, @Nonnull hudson.model.TaskListener listener, boolean prune) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic GerritURI getGerritURI() throws IOException
IOExceptionprotected boolean isCategoryEnabled(@Nonnull jenkins.scm.api.SCMHeadCategory category)
isCategoryEnabled in class jenkins.scm.api.SCMSourceCopyright © 2018–2019. All rights reserved.