|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SCMedItem | |
---|---|
hudson.matrix | Matrix project |
hudson.maven | Maven support. |
hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
hudson.triggers | Built-in Triggers that run periodically to kick a new build. |
Uses of SCMedItem in hudson.matrix |
---|
Classes in hudson.matrix that implement SCMedItem | |
---|---|
class |
MatrixConfiguration
One configuration of MatrixProject . |
class |
MatrixProject
Job that allows you to run multiple different configurations
from a single setting. |
Uses of SCMedItem in hudson.maven |
---|
Classes in hudson.maven that implement SCMedItem | |
---|---|
class |
MavenModuleSet
Group of MavenModule s. |
Uses of SCMedItem in hudson.model |
---|
Classes in hudson.model that implement SCMedItem | |
---|---|
class |
FreeStyleProject
Free-style software project. |
class |
Project<P extends Project<P,B>,B extends Build<P,B>>
Buildable software project. |
Uses of SCMedItem in hudson.triggers |
---|
Methods in hudson.triggers that return SCMedItem | |
---|---|
SCMedItem |
SCMTrigger.Runner.getTarget()
For which Item are we polling? |
Methods in hudson.triggers that return types with arguments of type SCMedItem | |
---|---|
List<SCMedItem> |
SCMTrigger.DescriptorImpl.getItemsBeingPolled()
Gets the snapshot of SCMedItem s that are being polled at this very moment. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |