Package org.biouno.r
Class R
- All Implemented Interfaces:
ExtensionPoint
,Describable<Builder>
,BuildStep
,EnvVarsFilterableBuilder
Invokes the Rscript interpreter and executes the R script entered on the
Jenkins build configuration.
It is expected that the Rscript interpreter is available on the system PATH.
- Since:
- 0.1
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
-
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
-
Field Summary
Fields inherited from class hudson.tasks.CommandInterpreter
command, configuredLocalRules
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
buildCommandLine
(FilePath script) protected String
protected String
Methods inherited from class hudson.tasks.CommandInterpreter
buildEnvVarsFilterRules, createScriptFile, getCommand, getConfiguredLocalRules, isErrorlevelForUnstableBuild, join, perform, perform
Methods inherited from class hudson.tasks.Builder
all, getDescriptor, getRequiredMonitorService, prebuild
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, perform, prebuild
-
Constructor Details
-
R
-
-
Method Details
-
buildCommandLine
- Specified by:
buildCommandLine
in classCommandInterpreter
-
getContents
- Specified by:
getContents
in classCommandInterpreter
-
getFileExtension
- Specified by:
getFileExtension
in classCommandInterpreter
-