Class JobsPerPlugin
- java.lang.Object
-
- org.jenkinsci.plugins.pluginusage.JobsPerPlugin
-
@ExportedBean public class JobsPerPlugin extends Object
-
-
Constructor Summary
Constructors Constructor Description JobsPerPlugin(PluginWrapper plugin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addProject(Item project)
int
getNumberOfJobs()
PluginWrapper
getPlugin()
String
getPluginName()
String
getPluginVersion()
List<Item>
getProjects()
boolean
hasDependants()
-
-
-
Constructor Detail
-
JobsPerPlugin
public JobsPerPlugin(PluginWrapper plugin)
-
-
Method Detail
-
addProject
public void addProject(Item project)
-
getPluginName
public String getPluginName()
-
getPluginVersion
public String getPluginVersion()
-
getNumberOfJobs
public int getNumberOfJobs()
-
getPlugin
@Exported public PluginWrapper getPlugin()
-
hasDependants
public boolean hasDependants()
-
-