Package de.dagere.peass.ci.peassOverview
Class PeassOverviewBuilder
- java.lang.Object
-
- hudson.tasks.BuildStepCompatibilityLayer
-
- hudson.tasks.Builder
-
- de.dagere.peass.ci.peassOverview.PeassOverviewBuilder
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<Builder>
,BuildStep
,Serializable
,SimpleBuildStep
public class PeassOverviewBuilder extends Builder implements SimpleBuildStep, Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PeassOverviewBuilder.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Nested classes/interfaces inherited from interface jenkins.tasks.SimpleBuildStep
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory
-
-
Constructor Summary
Constructors Constructor Description PeassOverviewBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getChangeClassifications()
List<Project>
getProjects()
String
getTimespan()
String
getUnmeasuredClassifications()
void
perform(Run<?,?> run, FilePath workspace, EnvVars env, Launcher launcher, TaskListener listener)
void
setChangeClassifications(String changeClassifications)
void
setProjects(List<Project> projects)
void
setTimespan(String timespan)
void
setUnmeasuredClassifications(String unmeasuredClassifications)
-
Methods inherited from class hudson.tasks.Builder
all, getDescriptor, getRequiredMonitorService, prebuild
-
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface hudson.tasks.BuildStep
getProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuild
-
Methods inherited from interface jenkins.tasks.SimpleBuildStep
perform, perform, requiresWorkspace
-
-
-
-
Field Detail
-
LAST_DAY
public static final String LAST_DAY
- See Also:
- Constant Field Values
-
LAST_WEEK
public static final String LAST_WEEK
- See Also:
- Constant Field Values
-
LAST_MONTH
public static final String LAST_MONTH
- See Also:
- Constant Field Values
-
ALL
public static final String ALL
- See Also:
- Constant Field Values
-
-
Method Detail
-
perform
public void perform(Run<?,?> run, FilePath workspace, EnvVars env, Launcher launcher, TaskListener listener) throws IOException
- Specified by:
perform
in interfaceSimpleBuildStep
- Throws:
IOException
-
getTimespan
public String getTimespan()
-
setTimespan
@DataBoundSetter public void setTimespan(String timespan)
-
getChangeClassifications
public String getChangeClassifications()
-
setChangeClassifications
@DataBoundSetter public void setChangeClassifications(String changeClassifications)
-
getUnmeasuredClassifications
public String getUnmeasuredClassifications()
-
setUnmeasuredClassifications
@DataBoundSetter public void setUnmeasuredClassifications(String unmeasuredClassifications)
-
-