Uses of Interface
jenkins.triggers.SCMTriggerItem
-
Packages that use SCMTriggerItem Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.triggers Built-inTrigger
s that run periodically to kick a new build.jenkins.triggers -
-
Uses of SCMTriggerItem in hudson.model
Classes in hudson.model that implement SCMTriggerItem Modifier and Type Class Description class
FreeStyleProject
Free-style software project.class
Project<P extends Project<P,B>,B extends Build<P,B>>
Buildable software project. -
Uses of SCMTriggerItem in hudson.triggers
Methods in hudson.triggers that return SCMTriggerItem Modifier and Type Method Description SCMTriggerItem
SCMTrigger.Runner. getTarget()
For whichItem
are we polling?Methods in hudson.triggers that return types with arguments of type SCMTriggerItem Modifier and Type Method Description List<SCMTriggerItem>
SCMTrigger.DescriptorImpl. getItemsBeingPolled()
-
Uses of SCMTriggerItem in jenkins.triggers
Methods in jenkins.triggers that return SCMTriggerItem Modifier and Type Method Description static SCMTriggerItem
SCMTriggerItem.SCMTriggerItems. asSCMTriggerItem(Item item)
See whether an item can be coerced toSCMTriggerItem
.
-