Uses of Interface
hudson.tasks.BuildStep
Packages that use BuildStep
-
Uses of BuildStep in hudson.model
Classes in hudson.model that implement BuildStepModifier and TypeClassDescriptionclass
JobProperty<J extends Job<?,
?>> Extensible property ofJob
.class
Keeps a list of the parameters defined for a project.Methods in hudson.model with parameters of type BuildStepModifier 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.Method parameters in hudson.model with type arguments of type BuildStepModifier 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
Classes in hudson.tasks with type parameters of type BuildStepClasses in hudson.tasks that implement BuildStepModifier 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.Methods in hudson.tasks with type parameters of type BuildStepModifier 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)
.Methods in hudson.tasks with parameters of type BuildStepModifier 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
Classes in jenkins.model that implement BuildStepModifier and TypeClassDescriptionclass
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.tasksModifier and TypeInterfaceDescriptioninterface
AbstractBuild.AbstractBuildExecution.performAllBuildSteps(BuildListener, Iterable, boolean)