Uses of Interface
hudson.tasks.BuildStep
-
Uses of BuildStep in hudson.model
Modifier and TypeClassDescriptionclass
JobProperty<J extends Job<?,
?>> Extensible property ofJob
.class
Keeps a list of the parameters defined for a project.Modifier and TypeMethodDescriptionabstract void
BuildStepListener.finished
(AbstractBuild build, BuildStep bs, BuildListener listener, boolean canContinue) Called when a buildStep has completed.protected final 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 TypeMethodDescriptionprotected final void
AbstractBuild.AbstractBuildExecution.performAllBuildStep
(BuildListener listener, Iterable<? extends BuildStep> buildSteps, boolean phase) Deprecated.protected final void
AbstractBuild.AbstractBuildExecution.performAllBuildStep
(BuildListener listener, Map<?, ? extends BuildStep> buildSteps, boolean phase) Deprecated.protected final 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 final boolean
AbstractBuild.AbstractBuildExecution.performAllBuildSteps
(BuildListener listener, Map<?, ? extends BuildStep> buildSteps, boolean phase) protected final boolean
AbstractBuild.AbstractBuildExecution.preBuild
(BuildListener listener, Iterable<? extends BuildStep> steps) protected final boolean
AbstractBuild.AbstractBuildExecution.preBuild
(BuildListener listener, Collection<? extends BuildStep> steps) protected final boolean
AbstractBuild.AbstractBuildExecution.preBuild
(BuildListener listener, Map<?, ? extends BuildStep> steps) -
Uses of BuildStep in hudson.tasks
Modifier and TypeClassDescriptionclass
Copies the artifacts into an archive directory.class
Executes commands by using Windows batch file.class
BuildStep
s that perform the actual build.class
Deprecated.since 1.150class
Triggers builds of other projects.class
class
Records fingerprints of the specified files.class
Build by using Maven.class
BuildStep
s that run after the build is completed.class
BuildStep
s that run after the build is completed.class
BuildStep
s that run after the build is completed.class
Executes a series of commands by using a shell.Modifier and TypeMethodDescriptionstatic <T extends BuildStep & Describable<T>>
List<Descriptor<T>>BuildStepDescriptor.filter
(List<Descriptor<T>> base, Class<? extends AbstractProject> type) Filters a descriptor forBuildStep
s by usingBuildStepDescriptor.isApplicable(Class)
.Modifier and TypeMethodDescriptionabstract boolean
BuildStepMonitor.perform
(BuildStep bs, AbstractBuild build, Launcher launcher, BuildListener listener) Callsperform(AbstractBuild, Launcher, BuildListener)
with the proper synchronization. -
Uses of BuildStep in jenkins.model
Modifier and TypeClassDescriptionclass
Defines aBuildDiscarder
.class
OptionalJobProperty<J extends Job<?,
?>> Job property which may or may not be present. -
Uses of BuildStep in jenkins.tasks
Modifier and TypeInterfaceDescriptioninterface
AbstractBuild.AbstractBuildExecution.performAllBuildSteps(BuildListener, Iterable, boolean)