Uses of Interface
jenkins.model.RunAction2
-
Packages that use RunAction2 Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.scm Jenkins's interface with source code management systems.hudson.tasks hudson.triggers Built-inTrigger
s that run periodically to kick a new build. -
-
Uses of RunAction2 in hudson.model
Classes in hudson.model that implement RunAction2 Modifier and Type Class Description class
CauseAction
class
ParametersAction
Records the parameter values used for a build. -
Uses of RunAction2 in hudson.scm
Classes in hudson.scm that implement RunAction2 Modifier and Type Class Description class
AbstractScmTagAction
Common part ofCVSSCM.TagAction
andSubversionTagAction
. -
Uses of RunAction2 in hudson.tasks
Classes in hudson.tasks that implement RunAction2 Modifier and Type Class Description static class
Fingerprinter.FingerprintAction
Action for displaying fingerprints. -
Uses of RunAction2 in hudson.triggers
Classes in hudson.triggers that implement RunAction2 Modifier and Type Class Description static class
SCMTrigger.BuildAction
Associated withRun
to show the polling log that triggered that build.
-