Uses of Interface
jenkins.scm.RunWithSCM
-
Packages that use RunWithSCM Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.scm -
-
Uses of RunWithSCM in hudson.model
Classes in hudson.model that implement RunWithSCM Modifier and Type Class Description class
AbstractBuild<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
Base implementation ofRun
s that build software.class
Build<P extends Project<P,B>,B extends Build<P,B>>
A build of aProject
.class
FreeStyleBuild
-
Uses of RunWithSCM in jenkins.scm
Classes in jenkins.scm with type parameters of type RunWithSCM Modifier and Type Interface Description interface
RunWithSCM<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT> & RunWithSCM<JobT,RunT>>
-