Class RailflowPublisher
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Recorder
io.jenkins.plugins.railflow.jenkins.testresults.RailflowPublisher
- All Implemented Interfaces:
ExtensionPoint,Describable<Publisher>,BuildStep,SimpleBuildStep
Publisher for Railflow.
- Author:
- Sergey Oplavin, Liu Yang
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class hudson.tasks.Publisher
Publisher.DescriptorExtensionListImplNested 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
ConstructorsConstructorDescriptionRailflowPublisher(String testRailServerName, String testRailProjectName, String overriddenUserName, Secret overriddenPassword, boolean failIfUploadFailed, List<RailflowUploadJobConfiguration> jobConfigurations, boolean debugLogEnabled) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidperform(Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) voidsetDebugLogEnabled(boolean debugLogEnabled) voidsetFailIfUploadFailed(boolean failIfUploadFailed) voidsetJobConfigurations(List<RailflowUploadJobConfiguration> jobConfigurations) voidsetOverriddenPassword(Secret overriddenPassword) voidsetOverriddenUserName(String overriddenUserName) voidsetTestRailProjectName(String testRailProjectName) voidsetTestRailServerName(String testRailServerName) Methods inherited from class hudson.tasks.Recorder
getDescriptorMethods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuildMethods inherited from class hudson.tasks.BuildStepCompatibilityLayer
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, getRequiredMonitorService, perform, prebuildMethods inherited from interface jenkins.tasks.SimpleBuildStep
perform, perform, requiresWorkspace
-
Constructor Details
-
RailflowPublisher
-
-
Method Details
-
perform
public void perform(@Nonnull Run<?, ?> run, @Nonnull FilePath workspace, @Nonnull Launcher launcher, @Nonnull TaskListener listener) throws IOException- Specified by:
performin interfaceSimpleBuildStep- Throws:
IOException
-
getJobConfigurations
-
setJobConfigurations
@DataBoundSetter public void setJobConfigurations(List<RailflowUploadJobConfiguration> jobConfigurations) -
getTestRailServerName
-
setTestRailServerName
-
getTestRailProjectName
-
setTestRailProjectName
-
getOverriddenUserName
-
setOverriddenUserName
-
getOverriddenPassword
-
setOverriddenPassword
-
isFailIfUploadFailed
public boolean isFailIfUploadFailed() -
setFailIfUploadFailed
@DataBoundSetter public void setFailIfUploadFailed(boolean failIfUploadFailed) -
isDebugLogEnabled
public boolean isDebugLogEnabled() -
setDebugLogEnabled
@DataBoundSetter public void setDebugLogEnabled(boolean debugLogEnabled)
-