Class StopOnAlert
java.lang.Object
hudson.model.AbstractDescribableImpl<TestStopCondition>
org.jenkinsci.plugins.octoperf.conditions.TestStopCondition
org.jenkinsci.plugins.octoperf.conditions.StopOnAlert
- All Implemented Interfaces:
ExtensionPoint
,Describable<TestStopCondition>
,Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(PrintStream logger, RestApiFactory factory, String benchResultId) Methods inherited from class org.jenkinsci.plugins.octoperf.conditions.TestStopCondition
all
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
StopOnAlert
public StopOnAlert() -
StopOnAlert
-
-
Method Details
-
execute
public Result execute(PrintStream logger, RestApiFactory factory, String benchResultId) throws IOException - Specified by:
execute
in classTestStopCondition
- Throws:
IOException
-