Uses of Interface
hudson.tasks.BuildStep
-
Packages that use BuildStep Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.tasks jenkins.model jenkins.tasks -
-
Uses of BuildStep in hudson.model
Classes in hudson.model that implement BuildStep Modifier and Type Class Description class
JobProperty<J extends Job<?,?>>
Extensible property ofJob
.class
ParametersDefinitionProperty
Keeps a list of the parameters defined for a project.Methods in hudson.model with parameters of type BuildStep Modifier and Type Method 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.Method parameters in hudson.model with type arguments of type BuildStep Modifier and Type Method 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, Iterable<? extends BuildStep> steps)
protected boolean
AbstractBuild.AbstractBuildExecution. preBuild(BuildListener listener, Collection<? extends BuildStep> steps)
protected boolean
AbstractBuild.AbstractBuildExecution. preBuild(BuildListener listener, Map<?,? extends BuildStep> steps)
-
Uses of BuildStep in hudson.tasks
Classes in hudson.tasks with type parameters of type BuildStep Modifier and Type Class Description class
BuildStepDescriptor<T extends BuildStep & Describable<T>>
Classes in hudson.tasks that implement BuildStep Modifier and Type Class 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.150class
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.Methods in hudson.tasks with type parameters of type BuildStep Modifier and Type Method Description static <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)
.Methods in hudson.tasks with parameters of type BuildStep Modifier and Type Method Description abstract 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
Classes in jenkins.model that implement BuildStep Modifier and Type Class Description class
BuildDiscarderProperty
Defines aBuildDiscarder
.class
OptionalJobProperty<J extends Job<?,?>>
Job property which may or may not be present. -
Uses of BuildStep in jenkins.tasks
Subinterfaces of BuildStep in jenkins.tasks Modifier and Type Interface Description interface
SimpleBuildStep
-