Uses of Interface
hudson.model.BuildBadgeAction
-
Packages that use BuildBadgeAction 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. -
-
Uses of BuildBadgeAction in hudson.model
Classes in hudson.model that implement BuildBadgeAction Modifier and Type Class Description class
Run.KeepLogBuildBadge
BuildBadgeAction
that shows the build is being kept.Methods in hudson.model that return types with arguments of type BuildBadgeAction Modifier and Type Method Description List<BuildBadgeAction>
Run. getBadgeActions()
Gets the subset ofActionable.getActions()
that consists ofBuildBadgeAction
s. -
Uses of BuildBadgeAction in hudson.scm
Classes in hudson.scm that implement BuildBadgeAction Modifier and Type Class Description class
AbstractScmTagAction
Common part ofCVSSCM.TagAction
andSubversionTagAction
.
-