A B C D E F G H I L M N O P R S T U V 

A

AbstractSCMBridge - Class in org.jenkinsci.plugins.pretestedintegration
Abstract class representing an SCM bridge.
AbstractSCMBridge(IntegrationStrategy) - Constructor for class org.jenkinsci.plugins.pretestedintegration.AbstractSCMBridge
Constructor for the SCM bridge.
AccumulatedCommitStrategy - Class in org.jenkinsci.plugins.pretestedintegration.scm.git
Integration strategy for merging multiple commits.
AccumulatedCommitStrategy() - Constructor for class org.jenkinsci.plugins.pretestedintegration.scm.git.AccumulatedCommitStrategy
Constructor for AccumulatedCommitStrategy.
AccumulatedCommitStrategy.DescriptorImpl - Class in org.jenkinsci.plugins.pretestedintegration.scm.git
Descriptor implementation for AccumulatedCommitStrategy
AccumulatedCommitStrategy.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.pretestedintegration.scm.git.AccumulatedCommitStrategy.DescriptorImpl
Constructor for the Descriptor
all() - Static method in class org.jenkinsci.plugins.pretestedintegration.AbstractSCMBridge
 
all() - Static method in class org.jenkinsci.plugins.pretestedintegration.IntegrationStrategy
 
AMBIGUITY_IN_BUILD_DATA - Static variable in exception org.jenkinsci.plugins.pretestedintegration.exceptions.UnsupportedConfigurationException
Predefined message.
AMBIGUITY_IN_REMOTE_NAMES - Static variable in exception org.jenkinsci.plugins.pretestedintegration.exceptions.UnsupportedConfigurationException
Predefined message.

B

branch - Variable in class org.jenkinsci.plugins.pretestedintegration.AbstractSCMBridge
The integration branch.
branch - Variable in class org.jenkinsci.plugins.pretestedintegration.scm.git.GetAllCommitsFromBranchCallback
The branch name.
BranchDeletionFailedException - Exception in org.jenkinsci.plugins.pretestedintegration.exceptions
Used when deleting a branch failed unexpectedly.
BranchDeletionFailedException() - Constructor for exception org.jenkinsci.plugins.pretestedintegration.exceptions.BranchDeletionFailedException
Constructor for BranchDeletionFailedException
BranchDeletionFailedException(String) - Constructor for exception org.jenkinsci.plugins.pretestedintegration.exceptions.BranchDeletionFailedException
Constructor for BranchDeletionFailedException
BranchDeletionFailedException(String, Exception) - Constructor for exception org.jenkinsci.plugins.pretestedintegration.exceptions.BranchDeletionFailedException
Constructor for BranchDeletionFailedException

C

commit(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.pretestedintegration.AbstractSCMBridge
Pushes changes to the integration branch.
commit(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge
Pushes changes to the integration branch.
CommitFailedException - Exception in org.jenkinsci.plugins.pretestedintegration.exceptions
Used when applying commits failed unexpectedly.
CommitFailedException(String) - Constructor for exception org.jenkinsci.plugins.pretestedintegration.exceptions.CommitFailedException
Constructor for CommitFailedException
containsRemoteBranch(GitClient, Branch) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitIntegrationStrategy
Checks whether or not we can find the given remote branch.
countCommits(AbstractBuild<?, ?>, BuildListener) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge
Counts the commits in the relevant BuildData

D

deleteIntegratedBranch(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.pretestedintegration.AbstractSCMBridge
Deletes the integrated branch.
deleteIntegratedBranch(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge
Deletes the integrated branch.

E

ensureBranch(AbstractBuild<?, ?>, Launcher, BuildListener, String) - Method in class org.jenkinsci.plugins.pretestedintegration.AbstractSCMBridge
Make sure the SCM is checked out on the given branch.
ensureBranch(AbstractBuild<?, ?>, Launcher, BuildListener, String) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge
Make sure the SCM is checked out on the given branch.
EstablishingWorkspaceFailedException - Exception in org.jenkinsci.plugins.pretestedintegration.exceptions
Used when the establishment of the workspace failed unexpectedly.
EstablishingWorkspaceFailedException(Exception) - Constructor for exception org.jenkinsci.plugins.pretestedintegration.exceptions.EstablishingWorkspaceFailedException
Constructor for EstablishingWorkspaceFailedException

F

FindCommitAuthorCallback - Class in org.jenkinsci.plugins.pretestedintegration.scm.git
Callback used to find the author of a Git commit
FindCommitAuthorCallback(TaskListener, ObjectId) - Constructor for class org.jenkinsci.plugins.pretestedintegration.scm.git.FindCommitAuthorCallback
Constructor for FindCommitAuthorCallback
FindCommitMessageCallback - Class in org.jenkinsci.plugins.pretestedintegration.scm.git
Callback to find the message of a given Git commit
FindCommitMessageCallback(TaskListener, ObjectId) - Constructor for class org.jenkinsci.plugins.pretestedintegration.scm.git.FindCommitMessageCallback
Constructor for FindCommitMessageCallback
findRelevantBuildData(AbstractBuild<?, ?>, TaskListener) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge
Retrieves the BuildData for the given build relevant to the Integration Repository.
findScm(AbstractBuild<?, ?>, TaskListener) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge
Returns the Git SCM for the relevant build data.

G

GetAllCommitsFromBranchCallback - Class in org.jenkinsci.plugins.pretestedintegration.scm.git
Callback to get a list of all Git commits from a given commit to given branch
GetAllCommitsFromBranchCallback(TaskListener, ObjectId, String) - Constructor for class org.jenkinsci.plugins.pretestedintegration.scm.git.GetAllCommitsFromBranchCallback
Constructor for GetAllCommitsFromBranchCallback
getBehaviours() - Static method in class org.jenkinsci.plugins.pretestedintegration.AbstractSCMBridge
 
getBranch() - Method in class org.jenkinsci.plugins.pretestedintegration.AbstractSCMBridge
 
getBranch() - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge
GetCommitCountFromBranchCallback - Class in org.jenkinsci.plugins.pretestedintegration.scm.git
Callback used to count the commits between a given Commit and a Branch
GetCommitCountFromBranchCallback(TaskListener, ObjectId, String) - Constructor for class org.jenkinsci.plugins.pretestedintegration.scm.git.GetCommitCountFromBranchCallback
Constructor for GetCommitCountFromBranchCallback
getDefaultStrategy() - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge.DescriptorImpl
 
getDescriptor() - Method in class org.jenkinsci.plugins.pretestedintegration.AbstractSCMBridge
getDescriptor() - Method in class org.jenkinsci.plugins.pretestedintegration.IntegrationStrategy
getDescriptor() - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationBuildWrapper
getDescriptors() - Static method in class org.jenkinsci.plugins.pretestedintegration.AbstractSCMBridge
 
getDisplayName() - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationBuildWrapper.DescriptorImpl
getDisplayName() - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPostCheckout.DescriptorImpl
getDisplayName() - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.AccumulatedCommitStrategy.DescriptorImpl
getDisplayName() - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge.DescriptorImpl
getDisplayName() - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.SquashCommitStrategy.DescriptorImpl
getExpandedBranch(EnvVars) - Method in class org.jenkinsci.plugins.pretestedintegration.AbstractSCMBridge
 
getExpandedBranch(EnvVars) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge
getIntegrationStrategies() - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge.DescriptorImpl
 
getPersonIdent(String) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitIntegrationStrategy
Creates a PersonIdent object from a full Git identity string.
getRepoName() - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge
 
getRequiredMonitorService() - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPostCheckout
getRequiredResult() - Method in class org.jenkinsci.plugins.pretestedintegration.AbstractSCMBridge
 
getSCMBridges() - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationBuildWrapper.DescriptorImpl
 
getVersion() - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationBuildWrapper
 
getWorkingDirectory() - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge
 
GitBridge - Class in org.jenkinsci.plugins.pretestedintegration.scm.git
The Git SCM Bridge.
GitBridge(IntegrationStrategy, String, String) - Constructor for class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge
Constructor for GitBridge.
GitBridge.DescriptorImpl - Class in org.jenkinsci.plugins.pretestedintegration.scm.git
Descriptor implementation for GitBridge
GitBridge.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge.DescriptorImpl
Constructor for the Descriptor
GitIntegrationStrategy - Class in org.jenkinsci.plugins.pretestedintegration.scm.git
Abstract IntegrationStrategy containing common logic for Git integration strategies.
GitIntegrationStrategy() - Constructor for class org.jenkinsci.plugins.pretestedintegration.scm.git.GitIntegrationStrategy
 
GitMessages - Class in org.jenkinsci.plugins.pretestedintegration.scm.git
Hold common git error or user messages, used several times in different classes and reusable for testing later.
GitMessages() - Constructor for class org.jenkinsci.plugins.pretestedintegration.scm.git.GitMessages
 

H

handlePostBuild(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.pretestedintegration.AbstractSCMBridge
Called after the build has run.
handlePostBuild(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge
Called after the build has run.

I

id - Variable in class org.jenkinsci.plugins.pretestedintegration.scm.git.FindCommitAuthorCallback
The commit Id
id - Variable in class org.jenkinsci.plugins.pretestedintegration.scm.git.FindCommitMessageCallback
The commit Id
id - Variable in class org.jenkinsci.plugins.pretestedintegration.scm.git.GetAllCommitsFromBranchCallback
The commit Id.
ILLEGAL_CONFIG_NO_REPO_NAME_DEFINED - Static variable in exception org.jenkinsci.plugins.pretestedintegration.exceptions.UnsupportedConfigurationException
Predefined message.
integrate(AbstractBuild<?, ?>, Launcher, BuildListener, AbstractSCMBridge) - Method in class org.jenkinsci.plugins.pretestedintegration.IntegrationStrategy
Integrates the commits into the integration branch.
integrate(AbstractBuild<?, ?>, Launcher, BuildListener, AbstractSCMBridge) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.AccumulatedCommitStrategy
Integrates the commits into the integration branch.
integrate(AbstractBuild<?, ?>, Launcher, BuildListener, AbstractSCMBridge) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.SquashCommitStrategy
Integrates the commits into the integration branch.
IntegrationFailedException - Exception in org.jenkinsci.plugins.pretestedintegration.exceptions
Used when integration of the commit fails unexpectedly.
IntegrationFailedException() - Constructor for exception org.jenkinsci.plugins.pretestedintegration.exceptions.IntegrationFailedException
Constructor for IntegrationFailedException
IntegrationFailedException(Exception) - Constructor for exception org.jenkinsci.plugins.pretestedintegration.exceptions.IntegrationFailedException
Constructor for IntegrationFailedException
IntegrationFailedException(String) - Constructor for exception org.jenkinsci.plugins.pretestedintegration.exceptions.IntegrationFailedException
Constructor for IntegrationFailedException
IntegrationFailedException(String, Exception) - Constructor for exception org.jenkinsci.plugins.pretestedintegration.exceptions.IntegrationFailedException
Constructor for IntegrationFailedException
integrationStrategy - Variable in class org.jenkinsci.plugins.pretestedintegration.AbstractSCMBridge
The integration strategy.
IntegrationStrategy - Class in org.jenkinsci.plugins.pretestedintegration
Abstract class representing a strategy to apply when merging pretested commits into the integration branch.
IntegrationStrategy() - Constructor for class org.jenkinsci.plugins.pretestedintegration.IntegrationStrategy
 
IntegrationStrategyDescriptor<T extends IntegrationStrategy> - Class in org.jenkinsci.plugins.pretestedintegration
Abstract class representing a Descriptor of an Integration Strategy
IntegrationStrategyDescriptor() - Constructor for class org.jenkinsci.plugins.pretestedintegration.IntegrationStrategyDescriptor
 
invoke(Repository, VirtualChannel) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.FindCommitAuthorCallback
invoke(Repository, VirtualChannel) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.FindCommitMessageCallback
invoke(Repository, VirtualChannel) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GetAllCommitsFromBranchCallback
invoke(Repository, VirtualChannel) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GetCommitCountFromBranchCallback
invoke(Repository, VirtualChannel) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.RepositoryListenerAwareCallback
isApplicable(AbstractBuild<?, ?>, BuildListener) - Method in class org.jenkinsci.plugins.pretestedintegration.AbstractSCMBridge
Determines if we should prepare a workspace for integration.
isApplicable(Class<? extends AbstractSCMBridge>) - Method in class org.jenkinsci.plugins.pretestedintegration.IntegrationStrategyDescriptor
 
isApplicable(AbstractProject<?, ?>) - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationBuildWrapper.DescriptorImpl
isApplicable(Class<? extends AbstractProject>) - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPostCheckout.DescriptorImpl
isApplicable(Class<? extends AbstractSCMBridge>) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.AccumulatedCommitStrategy.DescriptorImpl
isApplicable(AbstractBuild<?, ?>, BuildListener) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge
Determines if we should prepare a workspace for integration.
isApplicable(Class<? extends AbstractSCMBridge>) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.SquashCommitStrategy.DescriptorImpl

L

listener - Variable in class org.jenkinsci.plugins.pretestedintegration.scm.git.RepositoryListenerAwareCallback
The TaskListener for use in invoke
LOG_PREFIX - Static variable in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationBuildWrapper
A prefix added to logging to facilitate debugging from logs.

M

mergeChanges(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.pretestedintegration.AbstractSCMBridge
Integrates the commit into the integration branch.
MULTISCM_REQUIRE_EXPLICIT_NAMING - Static variable in exception org.jenkinsci.plugins.pretestedintegration.exceptions.UnsupportedConfigurationException
Predefined message.

N

newInstance(StaplerRequest, JSONObject) - Method in class org.jenkinsci.plugins.pretestedintegration.IntegrationStrategyDescriptor
newInstance(StaplerRequest, JSONObject) - Method in class org.jenkinsci.plugins.pretestedintegration.SCMBridgeDescriptor
noRelevantSCMchange(String) - Static method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitMessages
Message for merge strategies to show when they don't find a match between remote branches and relevant SCM change.
NothingToDoException - Exception in org.jenkinsci.plugins.pretestedintegration.exceptions
Used when there is nothing to do.
NothingToDoException() - Constructor for exception org.jenkinsci.plugins.pretestedintegration.exceptions.NothingToDoException
Constructor for NothingToDoException
NothingToDoException(String) - Constructor for exception org.jenkinsci.plugins.pretestedintegration.exceptions.NothingToDoException
Constructor for NothingToDoException

O

org.jenkinsci.plugins.pretestedintegration - package org.jenkinsci.plugins.pretestedintegration
 
org.jenkinsci.plugins.pretestedintegration.exceptions - package org.jenkinsci.plugins.pretestedintegration.exceptions
 
org.jenkinsci.plugins.pretestedintegration.scm.git - package org.jenkinsci.plugins.pretestedintegration.scm.git
 

P

perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPostCheckout
Calls the SCM-specific function according to the chosen SCM.
prepareWorkspace(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.pretestedintegration.AbstractSCMBridge
Called after the SCM plugin has updated the workspace with remote changes.
pretestedIntegration(String, String, String) - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationJobDslExtension
Method to configure the Pretested Integration wrapper.
pretestedIntegration() - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationJobDslExtension
Method to configure the Pretested Integration publisher
PretestedIntegrationBuildWrapper - Class in org.jenkinsci.plugins.pretestedintegration
The build wrapper determines what will happen before the build will run.
PretestedIntegrationBuildWrapper(AbstractSCMBridge) - Constructor for class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationBuildWrapper
Constructor for the Build Wrapper.
PretestedIntegrationBuildWrapper.DescriptorImpl - Class in org.jenkinsci.plugins.pretestedintegration
A singleton Descriptor for every concrete BuildWrapper implementation.
PretestedIntegrationBuildWrapper.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationBuildWrapper.DescriptorImpl
Constructor for the Descriptor
PretestedIntegrationJobDslExtension - Class in org.jenkinsci.plugins.pretestedintegration
ExtensionPoint used to support the Jenkins Job DSL.
PretestedIntegrationJobDslExtension() - Constructor for class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationJobDslExtension
 
PretestedIntegrationPostCheckout - Class in org.jenkinsci.plugins.pretestedintegration
The publisher determines what will happen when the build has been run.
PretestedIntegrationPostCheckout() - Constructor for class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPostCheckout
Constructor for PretestedIntegrationPostCheckout
PretestedIntegrationPostCheckout.DescriptorImpl - Class in org.jenkinsci.plugins.pretestedintegration
Descriptor Implementation for PretestedIntegrationPostCheckout
PretestedIntegrationPostCheckout.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPostCheckout.DescriptorImpl
 

R

RepositoryListenerAwareCallback<T> - Class in org.jenkinsci.plugins.pretestedintegration.scm.git
RepositoryCallback that keeps track of the TaskListener
RepositoryListenerAwareCallback(TaskListener) - Constructor for class org.jenkinsci.plugins.pretestedintegration.scm.git.RepositoryListenerAwareCallback
Constructor for a RepositoryListenerAwareCallback
resolveWorkspace(AbstractBuild<?, ?>, BuildListener) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge
Returns the workspace

S

scmBridge - Variable in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationBuildWrapper
The SCM Bridge used for this project.
SCMBridgeDescriptor<T extends AbstractSCMBridge> - Class in org.jenkinsci.plugins.pretestedintegration
Descriptor for SCM Bridges
SCMBridgeDescriptor() - Constructor for class org.jenkinsci.plugins.pretestedintegration.SCMBridgeDescriptor
 
setRepoName(String) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge
 
setUp(AbstractBuild, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationBuildWrapper
Jenkins hook that fires after the workspace has been initialized.
setWorkingDirectory(FilePath) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge
 
SquashCommitStrategy - Class in org.jenkinsci.plugins.pretestedintegration.scm.git
Commit Strategy that squashes multiple commits into a single commit.
SquashCommitStrategy() - Constructor for class org.jenkinsci.plugins.pretestedintegration.scm.git.SquashCommitStrategy
Constructor for SquashCommitStrategy.
SquashCommitStrategy.DescriptorImpl - Class in org.jenkinsci.plugins.pretestedintegration.scm.git
Descriptor implementation for SquashCommitStrategy
SquashCommitStrategy.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.pretestedintegration.scm.git.SquashCommitStrategy.DescriptorImpl
Constructor for the descriptor
startObjectId - Variable in class org.jenkinsci.plugins.pretestedintegration.scm.git.GetCommitCountFromBranchCallback
The commit Id of the starting point.

T

targetBranchName - Variable in class org.jenkinsci.plugins.pretestedintegration.scm.git.GetCommitCountFromBranchCallback
The branch name of the destination.
tryFastForward(AbstractBuild<?, ?>, Launcher, BuildListener, GitBridge) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitIntegrationStrategy
Attempts to fast-forward merge the integration branch to the ready branch.
tryRebase(AbstractBuild<?, ?>, Launcher, BuildListener, GitBridge) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitIntegrationStrategy
Attempts to rebase the ready branch onto the integration branch.

U

UnsupportedConfigurationException - Exception in org.jenkinsci.plugins.pretestedintegration.exceptions
Used when discovering illegal or unsupported configuration.
UnsupportedConfigurationException(String) - Constructor for exception org.jenkinsci.plugins.pretestedintegration.exceptions.UnsupportedConfigurationException
Constructor for UnsupportedConfigurationException.
update(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge
Pulls in the remote branch
updateBuildDescription(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.pretestedintegration.AbstractSCMBridge
Updates the description of the Jenkins build.
updateBuildDescription(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge
Updates the description of the Jenkins build.

V

validateConfiguration(AbstractProject<?, ?>) - Method in class org.jenkinsci.plugins.pretestedintegration.AbstractSCMBridge
Validates the configuration of the Jenkins Job.
validateConfiguration(AbstractProject<?, ?>) - Method in class org.jenkinsci.plugins.pretestedintegration.scm.git.GitBridge
Validates the configuration of the Jenkins Job.
A B C D E F G H I L M N O P R S T U V 

Copyright © 2004–2016. All rights reserved.