A C D E G H I L N O P R S V W

A

available() - Method in class org.jenkinsci.plugins.pretestedintegration.CommitQueue
Test if the lock is available, without blocking.

C

CommitQueue - Class in org.jenkinsci.plugins.pretestedintegration
Queue for ensuring that only one build is running at a time.
configurationDirectory(String) - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPreCheckout.DescriptorImpl
Gets the configuration directory for a repository
createArgumentListBuilder(AbstractBuild, Launcher, BuildListener) - Static method in class org.jenkinsci.plugins.pretestedintegration.HgUtils
Get an interface to the Mercurial executable corresponding to the current build.

D

doTestRepository(String) - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPreCheckout.DescriptorImpl
Performs a validation test whether the repository url is correctly initialised
doUpdateRepository(String, String) - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPreCheckout.DescriptorImpl
Updates or creates the repository url to be functional

E

enqueueAndWait() - Method in class org.jenkinsci.plugins.pretestedintegration.CommitQueue
Block until the commit can be tested without any other commits running at the same time.

G

getCommitInfoByRev(AbstractBuild, Launcher, BuildListener, String) - Static method in class org.jenkinsci.plugins.pretestedintegration.HgUtils
Returns a dictionary with the fields "changeset", "branch", "user", "date", "message" for a given revision.
getDescriptor() - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPreCheckout
 
getDisplayName() - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPostCheckout.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPreCheckout.DescriptorImpl
 
getInstance() - Static method in class org.jenkinsci.plugins.pretestedintegration.CommitQueue
Get the singleton instance.
getJenkinsRootUrl() - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPreCheckout.DescriptorImpl
 
getNewestCommitInfo(AbstractBuild, Launcher, BuildListener) - Static method in class org.jenkinsci.plugins.pretestedintegration.HgUtils
Returns a dictionary with the fields "changeset", "branch", "user", "date", "message".
getRequiredMonitorService() - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPostCheckout
 
getStageRepositoryUrl() - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPreCheckout
 

H

HgUtils - Class in org.jenkinsci.plugins.pretestedintegration
Collection of static methods for interacting with Mercurial.
HgUtils() - Constructor for class org.jenkinsci.plugins.pretestedintegration.HgUtils
 

I

isApplicable(AbstractProject<?, ?>) - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPreCheckout.DescriptorImpl
 

L

logDebug(TaskListener, String) - Static method in class org.jenkinsci.plugins.pretestedintegration.PretestUtils
If debug is defined to true (e.g.
logError(TaskListener, String) - Static method in class org.jenkinsci.plugins.pretestedintegration.PretestUtils
Writes the given error log message to the Jenkins log and pre fixes it with a plugin identifier message.
logMessage(TaskListener, String) - Static method in class org.jenkinsci.plugins.pretestedintegration.PretestUtils
Writes the given log message to the Jenkins log and pre fixes it with a plugin identifier message.

N

needsToRunAfterFinalized() - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPostCheckout
 

O

org.jenkinsci.plugins.pretestedintegration - package org.jenkinsci.plugins.pretestedintegration
 

P

perform(AbstractBuild, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPostCheckout
Overridden setup returns a noop class as we don't want to add anything here.
preCheckout(AbstractBuild, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPreCheckout
 
PretestedIntegrationPostCheckout - Class in org.jenkinsci.plugins.pretestedintegration
A collection of funtions used post build.
PretestedIntegrationPostCheckout() - Constructor for class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPostCheckout
 
PretestedIntegrationPostCheckout.DescriptorImpl - Class in org.jenkinsci.plugins.pretestedintegration
 
PretestedIntegrationPostCheckout.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPostCheckout.DescriptorImpl
 
PretestedIntegrationPreCheckout - Class in org.jenkinsci.plugins.pretestedintegration
 
PretestedIntegrationPreCheckout(String) - Constructor for class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPreCheckout
 
PretestedIntegrationPreCheckout.DescriptorImpl - Class in org.jenkinsci.plugins.pretestedintegration
 
PretestedIntegrationPreCheckout.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPreCheckout.DescriptorImpl
 
PretestUtils - Class in org.jenkinsci.plugins.pretestedintegration
Collection of static utility function for use in the pretest plugin.
PretestUtils() - Constructor for class org.jenkinsci.plugins.pretestedintegration.PretestUtils
 

R

release() - Method in class org.jenkinsci.plugins.pretestedintegration.CommitQueue
Signal that the build is done and a new one can get access.
runScmCommand(AbstractBuild, Launcher, BuildListener, String[]) - Static method in class org.jenkinsci.plugins.pretestedintegration.HgUtils
Run an Mercurial command given a list of arguments.
runScmCommand(AbstractBuild, Launcher, BuildListener, ArgumentListBuilder) - Static method in class org.jenkinsci.plugins.pretestedintegration.HgUtils
Run an Mercurial command given an ArgumentListBuilder describing the arguments.

S

setUp(AbstractBuild, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPreCheckout
Jenkins hook that fires after the workspace is initialized.
setupRepositoryDirectory(File) - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPreCheckout.DescriptorImpl
 

V

validateConfiguration(String) - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPreCheckout.DescriptorImpl
Tests whether a repository exists at the specified location

W

work(AbstractBuild, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPostCheckout
Gets work from the queue
writeConfiguration(String) - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPreCheckout.DescriptorImpl
Updates the configuration file in the specified repository
writeHook(File, String, String) - Method in class org.jenkinsci.plugins.pretestedintegration.PretestedIntegrationPreCheckout.DescriptorImpl
Updates the hook file in the specified repository

A C D E G H I L N O P R S V W

Copyright © 2004-2013. All Rights Reserved.