Package jenkins.plugins.horreum.expect
Class HorreumExpectStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
jenkins.plugins.horreum.HorreumBaseStep<HorreumExpectConfig>
jenkins.plugins.horreum.expect.HorreumExpectStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class jenkins.plugins.horreum.HorreumBaseStep
config
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTest()
long
void
setBacklink
(String backlink) void
setExpectedBy
(String expectedBy) void
void
setTimeout
(long timeout) Methods inherited from class jenkins.plugins.horreum.HorreumBaseStep
getAbortOnFailure, getAuthenticationType, getCredentials, getQuiet, setAbortOnFailure, setAuthenticationType, setCredentials, setQuiet
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
prepareInjector, start
-
Constructor Details
-
HorreumExpectStep
-
-
Method Details
-
getTest
-
setTest
-
getTimeout
public long getTimeout() -
setTimeout
@DataBoundSetter public void setTimeout(long timeout) -
getExpectedBy
-
setExpectedBy
-
getBacklink
-
setBacklink
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<org.jenkinsci.plugins.workflow.steps.Step>
- Overrides:
getDescriptor
in classorg.jenkinsci.plugins.workflow.steps.Step
-