Class PreviousResultsBlock
java.lang.Object
hudson.model.AbstractDescribableImpl<PreviousResultsBlock>
hudson.plugins.performance.constraints.blocks.PreviousResultsBlock
- All Implemented Interfaces:
Describable<PreviousResultsBlock>
Holds the informations which builds get included into the evaluation of relative constraints.
- Author:
- Rene Kugel
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
True: relative constraint includes a user defined number of builds into the evaluation False: relative constraint includes all builds that have taken place in an user defined time frame BASELINE: relative constraint includes baseline build defined in the PerformancePublisher settings.static final String
True: relative constraint includes a user defined number of builds into the evaluation False: relative constraint includes all builds that have taken place in an user defined time frame BASELINE: relative constraint includes baseline build defined in the PerformancePublisher settings.static final String
True: relative constraint includes a user defined number of builds into the evaluation False: relative constraint includes all builds that have taken place in an user defined time frame BASELINE: relative constraint includes baseline build defined in the PerformancePublisher settings. -
Constructor Summary
ConstructorsConstructorDescriptionPreviousResultsBlock
(String value, String previousResultsString, String timeframeStartString, String timeframeEndString) -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
boolean
boolean
boolean
void
setChoicePreviousResults
(boolean choicePreviousResults) void
setPreviousResultsString
(String previousResultsString) void
setTimeframeEndString
(String timeframeEndString) void
setTimeframeStartString
(String timeframeStartString) void
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Field Details
-
PREVIOUS
True: relative constraint includes a user defined number of builds into the evaluation False: relative constraint includes all builds that have taken place in an user defined time frame BASELINE: relative constraint includes baseline build defined in the PerformancePublisher settings. True and false are retained for backward compatibility.- See Also:
-
TIMEFRAME
True: relative constraint includes a user defined number of builds into the evaluation False: relative constraint includes all builds that have taken place in an user defined time frame BASELINE: relative constraint includes baseline build defined in the PerformancePublisher settings. True and false are retained for backward compatibility.- See Also:
-
BASELINE
True: relative constraint includes a user defined number of builds into the evaluation False: relative constraint includes all builds that have taken place in an user defined time frame BASELINE: relative constraint includes baseline build defined in the PerformancePublisher settings. True and false are retained for backward compatibility.- See Also:
-
-
Constructor Details
-
PreviousResultsBlock
-
-
Method Details
-
isChoicePreviousResults
public boolean isChoicePreviousResults() -
setChoicePreviousResults
public void setChoicePreviousResults(boolean choicePreviousResults) -
isChoiceTimeframe
public boolean isChoiceTimeframe() -
isChoiceBaselineBuild
public boolean isChoiceBaselineBuild() -
getValue
-
setValue
-
getPreviousResultsString
-
setPreviousResultsString
-
getTimeframeStartString
-
setTimeframeStartString
-
getTimeframeEndString
-
setTimeframeEndString
-