| Package | Description |
|---|---|
| hudson.plugins.git.extensions | |
| hudson.plugins.git.extensions.impl | |
| hudson.plugins.git.util |
| Modifier and Type | Method and Description |
|---|---|
void |
GitSCMExtension.beforeCheckout(GitSCM scm,
hudson.model.AbstractBuild<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.BuildListener listener)
Deprecated.
|
void |
GitSCMExtension.beforeCheckout(GitSCM scm,
hudson.model.Run<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.TaskListener listener)
Called before the checkout activity (including fetch and checkout) starts.
|
org.jenkinsci.plugins.gitclient.GitClient |
GitSCMExtension.decorate(GitSCM scm,
org.jenkinsci.plugins.gitclient.GitClient git)
Called when
GitClient is created to decorate its behaviour. |
void |
GitSCMExtension.decorateCheckoutCommand(GitSCM scm,
hudson.model.AbstractBuild<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.BuildListener listener,
org.jenkinsci.plugins.gitclient.CheckoutCommand cmd)
Deprecated.
|
void |
GitSCMExtension.decorateCheckoutCommand(GitSCM scm,
hudson.model.Run<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.TaskListener listener,
org.jenkinsci.plugins.gitclient.CheckoutCommand cmd)
Called before a
CheckoutCommand is executed to allow extensions to alter its behaviour. |
void |
GitSCMExtension.decorateCloneCommand(GitSCM scm,
hudson.model.AbstractBuild<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.BuildListener listener,
org.jenkinsci.plugins.gitclient.CloneCommand cmd)
Deprecated.
|
void |
GitSCMExtension.decorateCloneCommand(GitSCM scm,
hudson.model.Run<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.TaskListener listener,
org.jenkinsci.plugins.gitclient.CloneCommand cmd)
Called before a
CloneCommand is executed to allow extensions to alter its behaviour. |
void |
GitSCMExtension.decorateFetchCommand(GitSCM scm,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.TaskListener listener,
org.jenkinsci.plugins.gitclient.FetchCommand cmd)
Called before a
FetchCommand is executed to allow extensions to alter its behaviour. |
void |
GitSCMExtension.decorateMergeCommand(GitSCM scm,
hudson.model.AbstractBuild<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.BuildListener listener,
org.jenkinsci.plugins.gitclient.MergeCommand cmd)
Deprecated.
|
void |
GitSCMExtension.decorateMergeCommand(GitSCM scm,
hudson.model.Run<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.TaskListener listener,
org.jenkinsci.plugins.gitclient.MergeCommand cmd)
Called before a
MergeCommand is executed to allow extensions to alter its behaviour. |
hudson.plugins.git.Revision |
GitSCMExtension.decorateRevisionToBuild(GitSCM scm,
hudson.model.AbstractBuild<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.BuildListener listener,
hudson.plugins.git.Revision marked,
hudson.plugins.git.Revision rev)
Deprecated.
|
hudson.plugins.git.Revision |
GitSCMExtension.decorateRevisionToBuild(GitSCM scm,
hudson.model.Run<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.TaskListener listener,
hudson.plugins.git.Revision marked,
hudson.plugins.git.Revision rev)
Called after
BuildChooser selects the revision to pick for this build, but before |
hudson.FilePath |
GitSCMExtension.getWorkingDirectory(GitSCM scm,
hudson.model.AbstractProject<?,?> context,
hudson.FilePath workspace,
hudson.EnvVars environment,
hudson.model.TaskListener listener)
Deprecated.
|
hudson.FilePath |
GitSCMExtension.getWorkingDirectory(GitSCM scm,
hudson.model.Job<?,?> context,
hudson.FilePath workspace,
hudson.EnvVars environment,
hudson.model.TaskListener listener)
Given the workspace root directory, gets the working directory, which is where the repository will be checked out.
|
Boolean |
GitSCMExtension.isRevExcluded(GitSCM scm,
org.jenkinsci.plugins.gitclient.GitClient git,
GitChangeSet commit,
hudson.model.TaskListener listener,
BuildData buildData)
Given a commit found during polling, check whether it should be disregarded.
|
void |
GitSCMExtension.onCheckoutCompleted(GitSCM scm,
hudson.model.AbstractBuild<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.BuildListener listener)
Deprecated.
|
void |
GitSCMExtension.onCheckoutCompleted(GitSCM scm,
hudson.model.Run<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.TaskListener listener)
Called when the checkout was completed and the working directory is filled with files.
|
void |
GitSCMExtension.onClean(GitSCM scm,
org.jenkinsci.plugins.gitclient.GitClient git)
Signals when "git-clean" runs.
|
void |
GitSCMExtension.populateEnvironmentVariables(GitSCM scm,
Map<String,String> env)
Contribute additional environment variables for the Git invocation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GitSCMExtensionDescriptor.isApplicable(Class<? extends GitSCM> type) |
| Modifier and Type | Method and Description |
|---|---|
void |
WipeWorkspace.beforeCheckout(GitSCM scm,
hudson.model.Run<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.TaskListener listener) |
org.jenkinsci.plugins.gitclient.GitClient |
UserIdentity.decorate(GitSCM scm,
org.jenkinsci.plugins.gitclient.GitClient git) |
void |
CheckoutOption.decorateCheckoutCommand(GitSCM scm,
hudson.model.AbstractBuild<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.BuildListener listener,
org.jenkinsci.plugins.gitclient.CheckoutCommand cmd) |
void |
SparseCheckoutPaths.decorateCheckoutCommand(GitSCM scm,
hudson.model.Run<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.TaskListener listener,
org.jenkinsci.plugins.gitclient.CheckoutCommand cmd) |
void |
CloneOption.decorateCloneCommand(GitSCM scm,
hudson.model.Run<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.TaskListener listener,
org.jenkinsci.plugins.gitclient.CloneCommand cmd) |
void |
SparseCheckoutPaths.decorateCloneCommand(GitSCM scm,
hudson.model.Run<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.TaskListener listener,
org.jenkinsci.plugins.gitclient.CloneCommand cmd) |
void |
CloneOption.decorateFetchCommand(GitSCM scm,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.TaskListener listener,
org.jenkinsci.plugins.gitclient.FetchCommand cmd) |
void |
CleanBeforeCheckout.decorateFetchCommand(GitSCM scm,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.TaskListener listener,
org.jenkinsci.plugins.gitclient.FetchCommand cmd) |
void |
PruneStaleBranch.decorateFetchCommand(GitSCM scm,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.TaskListener listener,
org.jenkinsci.plugins.gitclient.FetchCommand cmd) |
void |
PreBuildMerge.decorateMergeCommand(GitSCM scm,
hudson.model.Run<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.TaskListener listener,
org.jenkinsci.plugins.gitclient.MergeCommand cmd) |
hudson.plugins.git.Revision |
PreBuildMerge.decorateRevisionToBuild(GitSCM scm,
hudson.model.Run<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.TaskListener listener,
hudson.plugins.git.Revision marked,
hudson.plugins.git.Revision rev) |
hudson.FilePath |
RelativeTargetDirectory.getWorkingDirectory(GitSCM scm,
hudson.model.Job<?,?> context,
hudson.FilePath workspace,
hudson.EnvVars environment,
hudson.model.TaskListener listener) |
Boolean |
UserExclusion.isRevExcluded(GitSCM scm,
org.jenkinsci.plugins.gitclient.GitClient git,
GitChangeSet commit,
hudson.model.TaskListener listener,
BuildData buildData) |
Boolean |
PathRestriction.isRevExcluded(GitSCM scm,
org.jenkinsci.plugins.gitclient.GitClient git,
GitChangeSet commit,
hudson.model.TaskListener listener,
BuildData buildData) |
Boolean |
MessageExclusion.isRevExcluded(GitSCM scm,
org.jenkinsci.plugins.gitclient.GitClient git,
GitChangeSet commit,
hudson.model.TaskListener listener,
BuildData buildData) |
void |
SubmoduleOption.onCheckoutCompleted(GitSCM scm,
hudson.model.Run<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.TaskListener listener) |
void |
CleanCheckout.onCheckoutCompleted(GitSCM scm,
hudson.model.Run<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.TaskListener listener) |
void |
PerBuildTag.onCheckoutCompleted(GitSCM scm,
hudson.model.Run<?,?> build,
org.jenkinsci.plugins.gitclient.GitClient git,
hudson.model.TaskListener listener) |
void |
SubmoduleOption.onClean(GitSCM scm,
org.jenkinsci.plugins.gitclient.GitClient git) |
void |
UserIdentity.populateEnvironmentVariables(GitSCM scm,
Map<String,String> env) |
| Modifier and Type | Field and Description |
|---|---|
GitSCM |
BuildChooser.gitSCM
Refers back to the
GitSCM that owns this build chooser. |
Copyright © 2004-2015. All Rights Reserved.