Package com.Leapwork.Leapwork_plugin
Class LeapworkJenkinsBridgeBuilder
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Builder
com.Leapwork.Leapwork_plugin.LeapworkJenkinsBridgeBuilder
- All Implemented Interfaces:
ExtensionPoint
,Describable<Builder>
,BuildStep
,SimpleBuildStep
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
Nested 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
ConstructorsConstructorDescriptionLeapworkJenkinsBridgeBuilder
(String leapworkHostname, String leapworkPort, String leapworkAccessKey, String leapworkDelay, String leapworkTimeout, String leapworkDoneStatusAs, String leapworkReport, String leapworkSchNames, String leapworkSchIds, boolean leapworkWritePassedFlowKeyFrames, boolean leapworkEnableHttps) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
perform
(Run<?, ?> build, FilePath workspace, Launcher launcher, TaskListener listener) void
setLeapworkDelay
(String leapworkDelay) void
setLeapworkDoneStatusAs
(String doneStatusAs) void
setLeapworkEnableHttps
(boolean leapworkEnableHttps) void
setLeapworkReport
(String report) void
setLeapworkScheduleVariables
(String leapworkScheduleVariables) void
setLeapworkTimeout
(String leapworkTimeout) void
setLeapworkWritePassedFlowKeyFrames
(boolean leapworkWritePassedFlowKeyFrames) Methods inherited from class hudson.tasks.Builder
all, getRequiredMonitorService, prebuild
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.tasks.BuildStep
getProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuild
Methods inherited from interface jenkins.tasks.SimpleBuildStep
perform, perform, requiresWorkspace
-
Constructor Details
-
LeapworkJenkinsBridgeBuilder
@DataBoundConstructor public LeapworkJenkinsBridgeBuilder(String leapworkHostname, String leapworkPort, String leapworkAccessKey, String leapworkDelay, String leapworkTimeout, String leapworkDoneStatusAs, String leapworkReport, String leapworkSchNames, String leapworkSchIds, boolean leapworkWritePassedFlowKeyFrames, boolean leapworkEnableHttps)
-
-
Method Details
-
setLeapworkReport
-
setLeapworkDoneStatusAs
-
setLeapworkDelay
-
setLeapworkTimeout
-
setLeapworkWritePassedFlowKeyFrames
@DataBoundSetter public void setLeapworkWritePassedFlowKeyFrames(boolean leapworkWritePassedFlowKeyFrames) -
setLeapworkEnableHttps
@DataBoundSetter public void setLeapworkEnableHttps(boolean leapworkEnableHttps) -
setLeapworkScheduleVariables
-
getLeapworkHostname
-
getLeapworkPort
-
getLeapworkAccessKey
-
getLeapworkDelay
-
getLeapworkTimeout
-
getLeapworkSchNames
-
getLeapworkSchIds
-
getLeapworkDoneStatusAs
-
getLeapworkReport
-
isLeapworkWritePassedFlowKeyFrames
public boolean isLeapworkWritePassedFlowKeyFrames() -
getLeapworkScheduleVariables
-
isLeapworkEnableHttps
public boolean isLeapworkEnableHttps() -
perform
public void perform(Run<?, ?> build, FilePath workspace, Launcher launcher, TaskListener listener) throws IOException, InterruptedException- Specified by:
perform
in interfaceSimpleBuildStep
- Throws:
IOException
InterruptedException
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<Builder>
- Overrides:
getDescriptor
in classBuilder
-