Package io.jenkins.plugins.zohoqengine
Class QEnginePluginBuilder
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Builder
io.jenkins.plugins.zohoqengine.QEnginePluginBuilder
- All Implemented Interfaces:
ExtensionPoint,Describable<Builder>,BuildStep,SimpleBuildStep
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudsonNested classes/interfaces inherited from interface jenkins.tasks.SimpleBuildStep
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory -
Field Summary
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS -
Constructor Summary
ConstructorsConstructorDescriptionQEnginePluginBuilder(String testPlanUrl, String apiKey, int maxWaitTime, String buildName) -
Method Summary
Modifier and TypeMethodDescriptionintvoidperform(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) voidvoidsetBuildName(String buildName) voidsetMaxWaitTime(int maxWaitTime) voidsetTestPlanUrl(String testPlanUrl) Methods inherited from class hudson.tasks.Builder
all, getDescriptor, prebuildMethods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.tasks.BuildStep
getProjectAction, getProjectActions, perform, prebuildMethods inherited from interface jenkins.tasks.SimpleBuildStep
perform, perform, requiresWorkspace
-
Constructor Details
-
QEnginePluginBuilder
-
-
Method Details
-
getRequiredMonitorService
- Specified by:
getRequiredMonitorServicein interfaceBuildStep- Overrides:
getRequiredMonitorServicein classBuilder
-
perform
- Specified by:
performin interfaceSimpleBuildStep
-
getTestPlanUrl
- Returns:
- the testPlanUrl
-
setTestPlanUrl
- Parameters:
testPlanUrl- the testPlanUrl to set
-
getApiKey
- Returns:
- the apiKey
-
setApiKey
- Parameters:
apiKey- the apiKey to set
-
getMaxWaitTime
public int getMaxWaitTime()- Returns:
- the maxWaitTime
-
setMaxWaitTime
public void setMaxWaitTime(int maxWaitTime) - Parameters:
maxWaitTime- the maxWaitTime to set
-
getBuildName
- Returns:
- the buildName
-
setBuildName
- Parameters:
buildName- the buildName to set
-