Uses of Class
hudson.model.AbstractBuild

Packages that use AbstractBuild
hudson   
hudson.cli Server-side CLI commands for Hudson. 
hudson.console Beef up the plain text console output by adding HTML markup. 
hudson.fsp   
hudson.matrix Matrix project 
hudson.maven Maven support. 
hudson.maven.reporters   
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.model.listeners Listener interfaces for various events that occur inside the server. 
hudson.os.solaris Solaris specific features of Hudson. 
hudson.scm Hudson's interface with source code management systems. 
hudson.slaves Code related to slaves. 
hudson.tasks Built-in Builders and Publishers that perform the actual heavy-lifting of a build. 
hudson.tasks.junit Model objects that represent JUnit test reports. 
hudson.tasks.test Defines contracts that need to be implemented by a test reporting action (such as the built-in JUnit one). 
hudson.tools   
hudson.triggers Built-in Triggers that run periodically to kick a new build. 
hudson.util Other miscellaneous utility code 
jenkins.mvn   
jenkins.scm   
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of AbstractBuild in hudson
 

Methods in hudson with parameters of type AbstractBuild
abstract  void FileSystemProvisioner.prepareWorkspace(AbstractBuild<?,?> build, FilePath ws, TaskListener listener)
          Called very early in the build (before a build places any files in the workspace, such as SCM checkout) to provision a workspace for the build.
 void FileSystemProvisioner.Default.prepareWorkspace(AbstractBuild<?,?> build, FilePath ws, TaskListener listener)
           
abstract  void WorkspaceSnapshot.restoreTo(AbstractBuild<?,?> owner, FilePath dst, TaskListener listener)
          Restores the snapshot to the given file system location.
 void FileSystemProvisioner.Default.WorkspaceSnapshotImpl.restoreTo(AbstractBuild<?,?> owner, FilePath dst, TaskListener listener)
           
abstract  WorkspaceSnapshot FileSystemProvisioner.snapshot(AbstractBuild<?,?> build, FilePath ws, String glob, TaskListener listener)
          Obtains the snapshot of the workspace of the given build.
 WorkspaceSnapshot FileSystemProvisioner.Default.snapshot(AbstractBuild<?,?> build, FilePath ws, String glob, TaskListener listener)
          Creates a tar ball.
 WorkspaceSnapshot FileSystemProvisioner.Default.snapshot(AbstractBuild<?,?> build, FilePath ws, TaskListener listener)
          Deprecated. as of 1.350
 

Uses of AbstractBuild in hudson.cli
 

Method parameters in hudson.cli with type arguments of type AbstractBuild
protected  int ListChangesCommand.act(List<AbstractBuild<?,?>> builds)
           
protected abstract  int AbstractBuildRangeCommand.act(List<AbstractBuild<?,?>> builds)
           
protected  int DeleteBuildsCommand.act(List<AbstractBuild<?,?>> builds)
           
 

Uses of AbstractBuild in hudson.console
 

Methods in hudson.console with parameters of type AbstractBuild
abstract  OutputStream ConsoleLogFilter.decorateLogger(AbstractBuild build, OutputStream logger)
          Called on the start of each build, giving extensions a chance to intercept the data that is written to the log.
 

Uses of AbstractBuild in hudson.fsp
 

Methods in hudson.fsp with parameters of type AbstractBuild
 SCMRevisionState WorkspaceSnapshotSCM.calcRevisionsFromBuild(AbstractBuild<?,?> build, Launcher launcher, TaskListener listener)
           
 boolean WorkspaceSnapshotSCM.checkout(AbstractBuild build, Launcher launcher, FilePath workspace, BuildListener listener, File changelogFile)
           
 

Uses of AbstractBuild in hudson.matrix
 

Subclasses of AbstractBuild in hudson.matrix
 class MatrixBuild
          Build of MatrixProject.
 class MatrixRun
          Execution of MatrixConfiguration.
 

Methods in hudson.matrix that return AbstractBuild
 AbstractBuild<?,?> MatrixRun.getRootBuild()
          The same as MatrixRun.getParentBuild().
 

Uses of AbstractBuild in hudson.maven
 

Classes in hudson.maven with type parameters of type AbstractBuild
 class AbstractMavenProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
          Common part between MavenModule and MavenModuleSet.
 

Subclasses of AbstractBuild in hudson.maven
 class AbstractMavenBuild<P extends AbstractMavenProject<P,B>,B extends AbstractMavenBuild<P,B>>
           
 class MavenBuild
          Run for MavenModule.
 class MavenModuleSetBuild
          Build for MavenModuleSet.
 

Methods in hudson.maven that return AbstractBuild
 AbstractBuild<?,?> MavenBuild.getRootBuild()
          The same as MavenBuild.getParentBuild().
 

Methods in hudson.maven with parameters of type AbstractBuild
static hudson.maven.MavenEmbedder MavenUtil.createEmbedder(TaskListener listener, AbstractBuild<?,?> build)
          This version tries to infer mavenHome and other options by looking at a build.
protected  List<MavenAbstractArtifactRecord> RedeployPublisher.getActions(AbstractBuild<?,?> build, BuildListener listener)
           
protected  MavenModuleSetBuild RedeployPublisher.getMavenBuild(AbstractBuild<?,?> build)
          Obtains the MavenModuleSetBuild that we'll work on, or null.
 boolean MavenTestDataPublisher.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 boolean RedeployPublisher.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 boolean AbstractMavenProject.MavenModuleDependency.shouldTriggerBuild(AbstractBuild build, TaskListener listener, List<Action> actions)
           
 

Uses of AbstractBuild in hudson.maven.reporters
 

Classes in hudson.maven.reporters with type parameters of type AbstractBuild
 class MavenAbstractArtifactRecord<T extends AbstractBuild<?,?>>
          UI to redeploy artifacts after the fact.
 

Uses of AbstractBuild in hudson.model
 

Classes in hudson.model with type parameters of type AbstractBuild
 class AbstractBuild<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
          Base implementation of Runs that build software.
 class AbstractProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
          Base implementation of Jobs that build software.
 

Subclasses of AbstractBuild in hudson.model
 class Build<P extends Project<P,B>,B extends Build<P,B>>
          A build of a Project.
 class FreeStyleBuild
           
 

Fields in hudson.model declared as AbstractBuild
 AbstractBuild AbstractBuild.DependencyChange.from
          Build object for AbstractBuild.DependencyChange.fromId.
 AbstractBuild AbstractBuild.DependencyChange.to
           
 

Methods in hudson.model that return AbstractBuild
 AbstractBuild<?,?> AbstractBuild.getRootBuild()
          Gets the nearest ancestor AbstractBuild that belongs to the root project of getProject() that dominates/governs/encompasses this build.
 AbstractBuild<?,?> AbstractBuild.getUpstreamRelationshipBuild(AbstractProject<?,?> that)
          Works like getUpstreamRelationship(AbstractProject) but returns the actual build object.
 

Methods in hudson.model that return types with arguments of type AbstractBuild
 List<AbstractBuild> AbstractBuild.DependencyChange.getBuilds()
          Gets the AbstractBuild objects (fromId,toId].
 Iterable<AbstractBuild<?,?>> AbstractBuild.getDownstreamBuilds(AbstractProject<?,?> that)
          Works like getDownstreamRelationship(AbstractProject) but returns the actual build objects, in ascending order.
 

Methods in hudson.model with parameters of type AbstractBuild
 void Fingerprint.add(AbstractBuild b)
           
 void WorkspaceListener.beforeUse(AbstractBuild b, FilePath workspace, BuildListener listener)
          Called before a build uses a workspace.
 void PasswordParameterValue.buildEnvVars(AbstractBuild<?,?> build, EnvVars env)
           
 void JobParameterValue.buildEnvVars(AbstractBuild<?,?> build, EnvVars env)
          Exposes the name/value as an environment variable.
 void StringParameterValue.buildEnvVars(AbstractBuild<?,?> build, EnvVars env)
          Exposes the name/value as an environment variable.
 void RunParameterValue.buildEnvVars(AbstractBuild<?,?> build, EnvVars env)
          Exposes the name/value as an environment variable.
 void ParametersAction.buildEnvVars(AbstractBuild<?,?> build, EnvVars env)
           
 void BooleanParameterValue.buildEnvVars(AbstractBuild<?,?> build, EnvVars env)
          Exposes the name/value as an environment variable.
 void EnvironmentContributingAction.buildEnvVars(AbstractBuild<?,?> build, EnvVars env)
          Called by AbstractBuild to allow plugins to contribute environment variables.
 void ParameterValue.buildEnvVars(AbstractBuild<?,?> build, EnvVars env)
          Adds environmental variables for the builds to the given map.
 void FileParameterValue.buildEnvVars(AbstractBuild<?,?> build, EnvVars env)
          Exposes the originalFileName as an environment variable.
 void ParameterValue.buildEnvVars(AbstractBuild<?,?> build, Map<String,String> env)
          Deprecated. as of 1.344 Use ParameterValue.buildEnvVars(AbstractBuild, EnvVars) instead.
abstract  void BuildVariableContributor.buildVariablesFor(AbstractBuild build, Map<String,String> variables)
          Contributes build variables used for a build.
 boolean AbstractProject.checkout(AbstractBuild build, Launcher launcher, BuildListener listener, File changelogFile)
           
 BuildWrapper ParameterValue.createBuildWrapper(AbstractBuild<?,?> build)
          Called at the beginning of a build (but after SCM operations have taken place) to let a ParameterValue contributes a BuildWrapper to the build.
 BuildWrapper FileParameterValue.createBuildWrapper(AbstractBuild<?,?> build)
           
 void ParametersAction.createBuildWrappers(AbstractBuild<?,?> build, Collection<? super BuildWrapper> result)
           
 Collection<? extends Action> TransientBuildActionFactory.createFor(AbstractBuild target)
          Deprecated. as of 1.461 Override and call TransientBuildActionFactory.createFor(Run) instead.
 VariableResolver<String> PasswordParameterValue.createVariableResolver(AbstractBuild<?,?> build)
           
 VariableResolver<String> StringParameterValue.createVariableResolver(AbstractBuild<?,?> build)
           
 VariableResolver<String> ParametersAction.createVariableResolver(AbstractBuild<?,?> build)
          Creates an VariableResolver that aggregates all the parameters.
 VariableResolver<String> BooleanParameterValue.createVariableResolver(AbstractBuild<?,?> build)
           
 VariableResolver<String> ParameterValue.createVariableResolver(AbstractBuild<?,?> build)
          Returns a VariableResolver so that other components like Builders can perform variable substitution to reflect parameter values into the build process.
 VariableResolver<String> FileParameterValue.createVariableResolver(AbstractBuild<?,?> build)
           
abstract  void BuildStepListener.finished(AbstractBuild build, BuildStep bs, BuildListener listener, boolean canContinue)
          Called when a buildStep has completed.
 Map<AbstractProject,AbstractBuild.DependencyChange> AbstractBuild.getDependencyChanges(AbstractBuild from)
          Gets the changes in the dependency between the given build and this build.
 Fingerprint FingerprintMap.getOrCreate(AbstractBuild build, String fileName, byte[] md5sum)
           
 Fingerprint FingerprintMap.getOrCreate(AbstractBuild build, String fileName, String md5sum)
           
static ResultTrend ResultTrend.getResultTrend(AbstractBuild<?,?> build)
          Returns the result trend of a build.
 void Cause.onAddedTo(AbstractBuild build)
          Called when the cause is registered to AbstractBuild.
 boolean JobProperty.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
          Runs the step over the given build and reports the progress to the listener.
 boolean JobProperty.prebuild(AbstractBuild<?,?> build, BuildListener listener)
           
 boolean DependencyGraph.Dependency.shouldTriggerBuild(AbstractBuild build, TaskListener listener, List<Action> actions)
          Decide whether build should be triggered and provide any Actions for the build.
abstract  void BuildStepListener.started(AbstractBuild build, BuildStep bs, BuildListener listener)
          Called when a buildStep is performed.
 String ParametersAction.substitute(AbstractBuild<?,?> build, String text)
          Performs a variable subsitution to the given text and return it.
 boolean Environment.tearDown(AbstractBuild build, BuildListener listener)
          Runs after the Builder completes, and performs a tear down.
 

Constructors in hudson.model with parameters of type AbstractBuild
AbstractProject.BecauseOfBuildInProgress(AbstractBuild<?,?> build)
           
Cause.UpstreamCause(AbstractBuild<?,?> up)
          Deprecated. since 2009-02-28
 

Uses of AbstractBuild in hudson.model.listeners
 

Methods in hudson.model.listeners with parameters of type AbstractBuild
 void SCMListener.onChangeLogParsed(AbstractBuild<?,?> build, BuildListener listener, ChangeLogSet<?> changelog)
          Called once the changelog is determined.
 Environment RunListener.setUpEnvironment(AbstractBuild build, Launcher launcher, BuildListener listener)
          Runs before the SCM.checkout(AbstractBuild, Launcher, FilePath, BuildListener, File) runs, and performs a set up.
 

Uses of AbstractBuild in hudson.os.solaris
 

Methods in hudson.os.solaris with parameters of type AbstractBuild
 void ZFSProvisioner.prepareWorkspace(AbstractBuild<?,?> build, FilePath ws, TaskListener listener)
           
 WorkspaceSnapshot ZFSProvisioner.snapshot(AbstractBuild<?,?> build, FilePath ws, String glob, TaskListener listener)
           
 WorkspaceSnapshot ZFSProvisioner.snapshot(AbstractBuild<?,?> build, FilePath ws, TaskListener listener)
          Deprecated. as of 1.350
 

Uses of AbstractBuild in hudson.scm
 

Fields in hudson.scm declared as AbstractBuild
 AbstractBuild<?,?> ChangeLogSet.build
          AbstractBuild whose change log this object represents.
protected  AbstractBuild AbstractScmTagAction.build
           
 

Methods in hudson.scm that return AbstractBuild
 AbstractBuild AbstractScmTagAction.getBuild()
           
 

Methods in hudson.scm with parameters of type AbstractBuild
 SCMRevisionState SCM._calcRevisionsFromBuild(AbstractBuild<?,?> build, Launcher launcher, TaskListener listener)
          A pointless function to work around what appears to be a HotSpot problem.
abstract  void ChangeLogAnnotator.annotate(AbstractBuild<?,?> build, ChangeLogSet.Entry change, MarkupText text)
          Called by Hudson to allow markups to be added to the changelog text.
 void SCM.buildEnvVars(AbstractBuild<?,?> build, Map<String,String> env)
          Adds environmental variables for the builds to the given map.
abstract  SCMRevisionState SCM.calcRevisionsFromBuild(AbstractBuild<?,?> build, Launcher launcher, TaskListener listener)
          Calculates the SCMRevisionState that represents the state of the workspace of the given build.
 SCMRevisionState NullSCM.calcRevisionsFromBuild(AbstractBuild<?,?> build, Launcher launcher, TaskListener listener)
           
abstract  boolean SCM.checkout(AbstractBuild<?,?> build, Launcher launcher, FilePath workspace, BuildListener listener, File changelogFile)
          Obtains a fresh workspace of the module(s) into the specified directory of the specified machine.
 boolean NullSCM.checkout(AbstractBuild<?,?> build, Launcher launcher, FilePath remoteDir, BuildListener listener, File changeLogFile)
           
static ChangeLogSet<? extends ChangeLogSet.Entry> ChangeLogSet.createEmpty(AbstractBuild build)
          Constant instance that represents no changes.
 FilePath SCM.getModuleRoot(FilePath workspace, AbstractBuild build)
          Gets the top directory of the checked out module.
 FilePath[] SCM.getModuleRoots(FilePath workspace, AbstractBuild build)
          Gets the top directories of all the checked out modules.
abstract  ChangeLogSet<? extends ChangeLogSet.Entry> ChangeLogParser.parse(AbstractBuild build, File changelogFile)
           
 ChangeLogSet<? extends ChangeLogSet.Entry> NullChangeLogParser.parse(AbstractBuild build, File changelogFile)
           
 

Constructors in hudson.scm with parameters of type AbstractBuild
AbstractScmTagAction(AbstractBuild build)
           
ChangeLogSet(AbstractBuild<?,?> build)
           
 

Uses of AbstractBuild in hudson.slaves
 

Methods in hudson.slaves with parameters of type AbstractBuild
 Environment NodeProperty.setUp(AbstractBuild build, Launcher launcher, BuildListener listener)
          Runs before the SCM.checkout(AbstractBuild, Launcher, FilePath, BuildListener, File) runs, and performs a set up.
 Environment EnvironmentVariablesNodeProperty.setUp(AbstractBuild build, Launcher launcher, BuildListener listener)
           
 

Uses of AbstractBuild in hudson.tasks
 

Methods in hudson.tasks that return AbstractBuild
 AbstractBuild Fingerprinter.FingerprintAction.getBuild()
           
 

Methods in hudson.tasks with parameters of type AbstractBuild
 Launcher BuildWrapper.decorateLauncher(AbstractBuild build, Launcher launcher, BuildListener listener)
          Provides an opportunity for a BuildWrapper to decorate a Launcher to be used in the build.
 OutputStream BuildWrapper.decorateLogger(AbstractBuild build, OutputStream logger)
          Provides an opportunity for a BuildWrapper to decorate the BuildListener logger to be used by the build.
static boolean BuildTrigger.execute(AbstractBuild build, BuildListener listener)
          Convenience method to trigger downstream builds.
static boolean BuildTrigger.execute(AbstractBuild build, BuildListener listener, BuildTrigger trigger)
          Deprecated. since 1.341; use BuildTrigger.execute(AbstractBuild,BuildListener)
 void BuildWrapper.makeBuildVariables(AbstractBuild build, Map<String,String> variables)
          Called to define getBuildVariables().
 void BuildWrapper.makeSensitiveBuildVariables(AbstractBuild build, Set<String> sensitiveVariables)
          Called to define sensitive build variables.
 boolean Fingerprinter.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 boolean ArtifactArchiver.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 boolean CommandInterpreter.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 boolean BuildStepCompatibilityLayer.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
          Deprecated.  
 boolean BuildStep.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
          Runs the step over the given build and reports the progress to the listener.
 boolean Maven.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 boolean CommandInterpreter.perform(AbstractBuild<?,?> build, Launcher launcher, TaskListener listener)
           
 boolean BuildTrigger.perform(AbstractBuild build, Launcher launcher, BuildListener listener)
           
abstract  boolean BuildStepMonitor.perform(BuildStep bs, AbstractBuild build, Launcher launcher, BuildListener listener)
          Calls BuildStep.perform(AbstractBuild, Launcher, BuildListener) with the proper synchronization.
 boolean ArtifactArchiver.prebuild(AbstractBuild<?,?> build, BuildListener listener)
           
 boolean BuildStepCompatibilityLayer.prebuild(AbstractBuild<?,?> build, BuildListener listener)
          Deprecated.  
 boolean BuildStep.prebuild(AbstractBuild<?,?> build, BuildListener listener)
          Runs before the build begins.
 void BuildWrapper.preCheckout(AbstractBuild build, Launcher launcher, BuildListener listener)
          Provides an opportunity for a BuildWrapper to perform some actions before SCM checkout.
 BuildWrapper.Environment BuildWrapper.setUp(AbstractBuild build, Launcher launcher, BuildListener listener)
          Runs before the Builder runs (but after the checkout has occurred), and performs a set up.
 boolean BuildWrapper.Environment.tearDown(AbstractBuild build, BuildListener listener)
          Runs after the Builder completes, and performs a tear down.
protected  void Maven.wrapUpArguments(ArgumentListBuilder args, String normalizedTarget, AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
          Allows the derived type to make additional modifications to the arguments list.
 

Constructors in hudson.tasks with parameters of type AbstractBuild
Fingerprinter.FingerprintAction(AbstractBuild build, Map<String,String> record)
           
 

Uses of AbstractBuild in hudson.tasks.junit
 

Methods in hudson.tasks.junit that return AbstractBuild
 AbstractBuild<?,?> CaseResult.getOwner()
           
 AbstractBuild<?,?> TestResult.getOwner()
           
 AbstractBuild<?,?> ClassResult.getOwner()
           
 AbstractBuild<?,?> PackageResult.getOwner()
           
abstract  AbstractBuild<?,?> TestObject.getOwner()
          Deprecated.  
 

Methods in hudson.tasks.junit with parameters of type AbstractBuild
abstract  TestObject TestObject.getResultInBuild(AbstractBuild<?,?> build)
          Deprecated.  
abstract  TestResultAction.Data TestDataPublisher.getTestData(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener, TestResult testResult)
          Called after test results are collected by Jenkins, to create a resolver for TestActions.
protected  TestResult JUnitResultArchiver.parse(String expandedTestResults, AbstractBuild build, Launcher launcher, BuildListener listener)
          In progress.
 TestResult JUnitParser.parse(String testResultLocations, AbstractBuild build, Launcher launcher, TaskListener listener)
           
 boolean JUnitResultArchiver.perform(AbstractBuild build, Launcher launcher, BuildListener listener)
           
 

Constructors in hudson.tasks.junit with parameters of type AbstractBuild
TestResultAction(AbstractBuild owner, TestResult result, BuildListener listener)
           
 

Uses of AbstractBuild in hudson.tasks.test
 

Fields in hudson.tasks.test declared as AbstractBuild
 AbstractBuild<?,?> AggregatedTestResultAction.ChildReport.child
           
 AbstractBuild<?,?> AbstractTestResultAction.owner
           
 

Methods in hudson.tasks.test that return AbstractBuild
 AbstractBuild<?,?> SimpleCaseResult.getOwner()
           
abstract  AbstractBuild<?,?> TestObject.getOwner()
           
abstract  AbstractBuild<?,?> AggregatedTestResultAction.resolveChild(AggregatedTestResultAction.Child child)
           
 AbstractBuild<?,?> MatrixTestResult.resolveChild(AggregatedTestResultAction.Child child)
           
 

Methods in hudson.tasks.test with parameters of type AbstractBuild
 TestResult TestResult.getResultInBuild(AbstractBuild<?,?> build)
          Gets the counter part of this TestResult in the specified run.
abstract  TestResult TestObject.getResultInBuild(AbstractBuild<?,?> build)
          Gets the counterpart of this TestResult in the specified run.
abstract  TestResult TestResultParser.parse(String testResultLocations, AbstractBuild build, Launcher launcher, TaskListener listener)
          Parses the specified set of files and builds a TestResult object that represents them.
 TestResult DefaultTestResultParserImpl.parse(String testResultLocations, AbstractBuild build, Launcher launcher, TaskListener listener)
           
 boolean AggregatedTestResultPublisher.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 

Constructors in hudson.tasks.test with parameters of type AbstractBuild
AbstractTestResultAction(AbstractBuild owner)
           
AggregatedTestResultAction.ChildReport(AbstractBuild<?,?> child, AbstractTestResultAction result)
           
AggregatedTestResultAction(AbstractBuild owner)
           
AggregatedTestResultPublisher.TestResultAction(String jobs, boolean includeFailedBuilds, AbstractBuild<?,?> owner)
           
 

Uses of AbstractBuild in hudson.tools
 

Methods in hudson.tools with parameters of type AbstractBuild
 ToolInstallation ToolInstallation.translate(AbstractBuild<?,?> buildInProgress, TaskListener listener)
          Convenient version of ToolInstallation.translate(Node, EnvVars, TaskListener) that just takes a build object in progress.
 

Uses of AbstractBuild in hudson.triggers
 

Fields in hudson.triggers declared as AbstractBuild
 AbstractBuild SCMTrigger.BuildAction.build
           
 

Methods in hudson.triggers with parameters of type AbstractBuild
 void SCMTrigger.SCMTriggerCause.onAddedTo(AbstractBuild build)
           
 

Constructors in hudson.triggers with parameters of type AbstractBuild
SCMTrigger.BuildAction(AbstractBuild build)
           
 

Uses of AbstractBuild in hudson.util
 

Fields in hudson.util declared as AbstractBuild
 AbstractBuild ChartUtil.NumberOnlyBuildLabel.build
           
 

Constructors in hudson.util with parameters of type AbstractBuild
ChartUtil.NumberOnlyBuildLabel(AbstractBuild build)
           
 

Uses of AbstractBuild in jenkins.mvn
 

Methods in jenkins.mvn with parameters of type AbstractBuild
static FilePath GlobalSettingsProvider.getSettingsFilePath(GlobalSettingsProvider settings, AbstractBuild<?,?> build, TaskListener listener)
          Convenience method handling all null checks.
static FilePath SettingsProvider.getSettingsFilePath(SettingsProvider settings, AbstractBuild<?,?> build, TaskListener listener)
          Convenience method handling all null checks.
static String GlobalSettingsProvider.getSettingsRemotePath(GlobalSettingsProvider provider, AbstractBuild<?,?> build, TaskListener listener)
          Convenience method handling all null checks.
static String SettingsProvider.getSettingsRemotePath(SettingsProvider settings, AbstractBuild<?,?> build, TaskListener listener)
          Convenience method handling all null checks.
 FilePath DefaultGlobalSettingsProvider.supplySettings(AbstractBuild<?,?> project, TaskListener listener)
           
 FilePath FilePathGlobalSettingsProvider.supplySettings(AbstractBuild<?,?> build, TaskListener listener)
           
 FilePath FilePathSettingsProvider.supplySettings(AbstractBuild<?,?> build, TaskListener listener)
           
abstract  FilePath GlobalSettingsProvider.supplySettings(AbstractBuild<?,?> build, TaskListener listener)
          configure maven launcher argument list with adequate settings path
abstract  FilePath SettingsProvider.supplySettings(AbstractBuild<?,?> build, TaskListener listener)
          Configure maven launcher argument list with adequate settings path.
 FilePath DefaultSettingsProvider.supplySettings(AbstractBuild<?,?> project, TaskListener listener)
           
 

Uses of AbstractBuild in jenkins.scm
 

Methods in jenkins.scm with parameters of type AbstractBuild
 void SCMCheckoutStrategy.preCheckout(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
          Performs the pre checkout step.
 

Uses of AbstractBuild in org.jvnet.hudson.test
 

Methods in org.jvnet.hudson.test with type parameters of type AbstractBuild
<J extends AbstractProject<J,R>,R extends AbstractBuild<J,R>>
R
JenkinsRule.buildAndAssertSuccess(J job)
           
<J extends AbstractProject<J,R>,R extends AbstractBuild<J,R>>
R
HudsonTestCase.buildAndAssertSuccess(J job)
           
 

Methods in org.jvnet.hudson.test with parameters of type AbstractBuild
 boolean ExtractResourceWithChangesSCM.checkout(AbstractBuild<?,?> build, Launcher launcher, FilePath workspace, BuildListener listener, File changeLogFile)
           
 boolean FakeChangeLogSCM.checkout(AbstractBuild<?,?> build, Launcher launcher, FilePath remoteDir, BuildListener listener, File changeLogFile)
           
 boolean ExtractResourceSCM.checkout(AbstractBuild<?,?> build, Launcher launcher, FilePath workspace, BuildListener listener, File changeLogFile)
           
 boolean SingleFileSCM.checkout(AbstractBuild build, Launcher launcher, FilePath workspace, BuildListener listener, File changeLogFile)
           
 FakeChangeLogSCM.FakeChangeLogSet FakeChangeLogSCM.FakeChangeLogParser.parse(AbstractBuild build, File changelogFile)
           
 ExtractChangeLogSet ExtractChangeLogParser.parse(AbstractBuild build, File changeLogFile)
           
 ExtractChangeLogSet ExtractChangeLogParser.parse(AbstractBuild build, InputStream changeLogStream)
           
 boolean MockBuilder.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 boolean SleepBuilder.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 boolean CaptureEnvironmentBuilder.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 boolean TouchBuilder.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
abstract  boolean TestBuilder.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 BuildWrapper.Environment JenkinsRule.TestBuildWrapper.setUp(AbstractBuild build, Launcher launcher, BuildListener listener)
           
 BuildWrapper.Environment HudsonTestCase.TestBuildWrapper.setUp(AbstractBuild build, Launcher launcher, BuildListener listener)
           
 

Constructors in org.jvnet.hudson.test with parameters of type AbstractBuild
ExtractChangeLogSet(AbstractBuild<?,?> build, List<ExtractChangeLogParser.ExtractChangeLogEntry> changeLogs)
           
FakeChangeLogSCM.FakeChangeLogSet(AbstractBuild<?,?> build, List<FakeChangeLogSCM.EntryImpl> entries)
           
 



Copyright © 2004-2013. All Rights Reserved.