Uses of Interface
hudson.model.SCMedItem

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 MavenModules.
 

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 SCMedItems that are being polled at this very moment.
 



Copyright © 2004-2013. All Rights Reserved.