Package hudson.plugins.gearman
Class GearmanAbstractProject
java.lang.Object
hudson.plugins.gearman.GearmanProject<AbstractProject,AbstractBuild>
hudson.plugins.gearman.GearmanAbstractProject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Map
Get build data specific for this type of project.boolean
scheduleBuild2
(int quietPeriod, Cause c, Action... actions) Methods inherited from class hudson.plugins.gearman.GearmanProject
getJob
-
Constructor Details
-
GearmanAbstractProject
-
-
Method Details
-
scheduleBuild2
-
isDisabled
public boolean isDisabled() -
getAssignedLabel
-
getBuildData
Description copied from class:GearmanProject
Get build data specific for this type of project. Common build data are: worker, manager, number, name, url, result.- Overrides:
getBuildData
in classGearmanProject<AbstractProject,
AbstractBuild> - Parameters:
run
- object of the JobT- Returns:
- specific build data map.
-