Module: Jenkins::Tasks::BuildStep
Instance Method Summary collapse
-
#perform(build, launcher, listener) ⇒ Object
Runs the step over the given build and reports the progress to the listener.
-
#prebuild(build, listener) ⇒ Object
Runs before the build begins.
Instance Method Details
#perform(build, launcher, listener) ⇒ Object
Runs the step over the given build and reports the progress to the listener.
18 19 |
# File 'lib/jenkins/tasks/build_step.rb', line 18 def perform(build, launcher, listener) end |
#prebuild(build, listener) ⇒ Object
Runs before the build begins
9 10 |
# File 'lib/jenkins/tasks/build_step.rb', line 9 def prebuild(build, listener) end |