Package | Description |
---|---|
jenkins.plugins.gerrit |
Modifier and Type | Method and Description |
---|---|
protected <T,C extends GerritSCMSourceContext,R extends GerritSCMSourceRequest> |
AbstractGerritSCMSource.doRetrieve(jenkins.scm.api.SCMHead head,
AbstractGerritSCMSource.Retriever<T> retriever,
C context,
hudson.model.TaskListener listener,
boolean prune) |
Modifier and Type | Method and Description |
---|---|
GerritSCMSourceContext |
GerritSCMSourceContext.wantFilterForPendingChecks(boolean wantFilter)
Defines whether changes should by filtered by pending checks.
|
GerritSCMSourceContext |
GerritSCMSourceContext.withChecksQueryOperator(FilterChecksTrait.ChecksQueryOperator queryOperator)
Defines the query operator to be used to query pending checks.
|
GerritSCMSourceContext |
GerritSCMSourceContext.withChecksQueryString(String queryString)
Defines the query string to be used to query pending checks.
|
Modifier and Type | Method and Description |
---|---|
T |
AbstractGerritSCMSource.Retriever.run(org.jenkinsci.plugins.gitclient.GitClient client,
GerritSCMSourceContext context,
String remoteName,
com.google.gerrit.extensions.api.changes.Changes.QueryRequest changeQuery) |
Constructor and Description |
---|
GerritSCMSourceRequest(GerritSCMSource source,
GerritSCMSourceContext context,
hudson.model.TaskListener listener) |
Copyright © 2018–2024. All rights reserved.