Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.tasks | |
jenkins.model | |
jenkins.tasks |
Modifier and Type | Class and Description |
---|---|
class |
JobProperty<J extends Job<?,?>>
Extensible property of
Job . |
class |
ParametersDefinitionProperty
Keeps a list of the parameters defined for a project.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
BuildStepListener.finished(AbstractBuild build,
BuildStep bs,
BuildListener listener,
boolean canContinue)
Called when a buildStep has completed.
|
protected boolean |
AbstractBuild.AbstractBuildExecution.perform(BuildStep bs,
BuildListener listener)
Calls a build step.
|
abstract void |
BuildStepListener.started(AbstractBuild build,
BuildStep bs,
BuildListener listener)
Called when a buildStep is performed.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractBuild.AbstractBuildExecution.performAllBuildStep(BuildListener listener,
Iterable<? extends BuildStep> buildSteps,
boolean phase)
Deprecated.
|
protected void |
AbstractBuild.AbstractBuildExecution.performAllBuildStep(BuildListener listener,
Map<?,? extends BuildStep> buildSteps,
boolean phase)
Deprecated.
|
protected boolean |
AbstractBuild.AbstractBuildExecution.performAllBuildSteps(BuildListener listener,
Iterable<? extends BuildStep> buildSteps,
boolean phase)
Runs all the given build steps, even if one of them fail.
|
protected boolean |
AbstractBuild.AbstractBuildExecution.performAllBuildSteps(BuildListener listener,
Map<?,? extends BuildStep> buildSteps,
boolean phase) |
protected boolean |
AbstractBuild.AbstractBuildExecution.preBuild(BuildListener listener,
Collection<? extends BuildStep> steps) |
protected boolean |
AbstractBuild.AbstractBuildExecution.preBuild(BuildListener listener,
Iterable<? extends BuildStep> steps) |
protected boolean |
AbstractBuild.AbstractBuildExecution.preBuild(BuildListener listener,
Map<?,? extends BuildStep> steps) |
Modifier and Type | Class and Description |
---|---|
class |
BuildStepDescriptor<T extends BuildStep & Describable<T>>
|
Modifier and Type | Class and Description |
---|---|
class |
ArtifactArchiver
Copies the artifacts into an archive directory.
|
class |
BatchFile
Executes commands by using Windows batch file.
|
class |
Builder
BuildStep s that perform the actual build. |
class |
BuildStepCompatibilityLayer
Deprecated.
since 1.150
|
class |
BuildTrigger
Triggers builds of other projects.
|
class |
CommandInterpreter
|
class |
Fingerprinter
Records fingerprints of the specified files.
|
class |
Maven
Build by using Maven.
|
class |
Notifier
BuildStep s that run after the build is completed. |
class |
Publisher
BuildStep s that run after the build is completed. |
class |
Recorder
BuildStep s that run after the build is completed. |
class |
Shell
Executes a series of commands by using a shell.
|
Modifier and Type | Method and Description |
---|---|
static <T extends BuildStep & Describable<T>> |
BuildStepDescriptor.filter(List<Descriptor<T>> base,
Class<? extends AbstractProject> type)
Filters a descriptor for
BuildStep s by using BuildStepDescriptor.isApplicable(Class) . |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
BuildStepMonitor.perform(BuildStep bs,
AbstractBuild build,
Launcher launcher,
BuildListener listener)
Calls
perform(AbstractBuild, Launcher, BuildListener) with the proper synchronization. |
Modifier and Type | Class and Description |
---|---|
class |
BuildDiscarderProperty
Defines a
BuildDiscarder . |
class |
OptionalJobProperty<J extends Job<?,?>>
Job property which may or may not be present.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SimpleBuildStep
|
Copyright © 2016. All rights reserved.