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 StringTrue: 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 StringTrue: 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 StringTrue: 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()booleanbooleanbooleanvoidsetChoicePreviousResults(boolean choicePreviousResults) voidsetPreviousResultsString(String previousResultsString) voidsetTimeframeEndString(String timeframeEndString) voidsetTimeframeStartString(String timeframeStartString) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.Describable
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
-