JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
E
F
G
H
I
J
K
L
M
N
P
R
S
U
V
W
B
Bootstrap
- Class in
io.jenkins.jenkinsfile.runner.bootstrap
Main entry point for the Jenkinsfile Runner execution.
Bootstrap()
- Constructor for class io.jenkins.jenkinsfile.runner.bootstrap.
Bootstrap
buildNumber
- Variable in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
PipelineRunOptions
BuildNumber of the Run.
C
CACHE_EXPIRE
- Static variable in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
JenkinsLauncherCommand
call()
- Method in class io.jenkins.jenkinsfile.runner.bootstrap.
Bootstrap
Executes
RunJenkinsfileCommand
by default
call()
- Method in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
JenkinsLauncherCommand
call()
- Method in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
VersionCommand
cause
- Variable in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
PipelineRunOptions
Cause of the Run.
ClassLoaderBuilder
- Class in
io.jenkins.jenkinsfile.runner.bootstrap
ClassLoaderBuilder(ClassLoader)
- Constructor for class io.jenkins.jenkinsfile.runner.bootstrap.
ClassLoaderBuilder
cliMode
- Variable in class io.jenkins.jenkinsfile.runner.bootstrap.
Bootstrap
Deprecated.
Replaced by
RunCLICommand
collectJars(File, FileFilter)
- Method in class io.jenkins.jenkinsfile.runner.bootstrap.
ClassLoaderBuilder
Recursively scan a directory to find jars
collectJars(File)
- Method in class io.jenkins.jenkinsfile.runner.bootstrap.
ClassLoaderBuilder
createJenkinsWarClassLoader()
- Method in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
JenkinsLauncherCommand
createSetupClassLoader(ClassLoader)
- Method in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
JenkinsLauncherCommand
E
explodeWar(String)
- Static method in class io.jenkins.jenkinsfile.runner.bootstrap.
Util
F
findClass(String)
- Method in class io.jenkins.jenkinsfile.runner.bootstrap.
SideClassLoader
G
getAppClassName()
- Method in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
JenkinsLauncherCommand
Gets classname of the App which should be launched
getAppClassName()
- Method in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
RunCLICommand
getAppClassName()
- Method in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
RunJenkinsfileCommand
getAppRepo()
- Method in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
JenkinsLauncherCommand
getJenkinsfileRunnerVersion()
- Static method in class io.jenkins.jenkinsfile.runner.bootstrap.
Util
getLauncherOptions()
- Method in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
JenkinsLauncherCommand
getMininumJenkinsVersion()
- Static method in class io.jenkins.jenkinsfile.runner.bootstrap.
Util
getMirrorURL(String)
- Method in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
JenkinsLauncherOptions
getPipelineRunOptions()
- Method in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
RunJenkinsfileCommand
getVersion()
- Method in class io.jenkins.jenkinsfile.runner.bootstrap.
Util.VersionProviderImpl
H
hasClass(String)
- Method in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
JenkinsLauncherCommand
I
IApp
- Interface in
io.jenkins.jenkinsfile.runner.bootstrap
Signature of the main app code.
io.jenkins.jenkinsfile.runner.bootstrap
- package io.jenkins.jenkinsfile.runner.bootstrap
io.jenkins.jenkinsfile.runner.bootstrap.commands
- package io.jenkins.jenkinsfile.runner.bootstrap.commands
isJenkinsVersionSupported(String)
- Static method in class io.jenkins.jenkinsfile.runner.bootstrap.
Util
J
jenkinsfile
- Variable in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
PipelineRunOptions
Checked out copy of the working space.
jenkinsHome
- Variable in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
JenkinsLauncherOptions
Jenkins Home for the Run.
JenkinsLauncherCommand
- Class in
io.jenkins.jenkinsfile.runner.bootstrap.commands
Command that requires launching a Jenkins instance, including all required steps like Jenkins WAR and plugins resolution.
JenkinsLauncherCommand()
- Constructor for class io.jenkins.jenkinsfile.runner.bootstrap.commands.
JenkinsLauncherCommand
JenkinsLauncherOptions
- Class in
io.jenkins.jenkinsfile.runner.bootstrap.commands
Arguments needed to launch a Jenkins instance.
JenkinsLauncherOptions()
- Constructor for class io.jenkins.jenkinsfile.runner.bootstrap.commands.
JenkinsLauncherOptions
jobName
- Variable in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
PipelineRunOptions
Job name for the Run.
K
keepUndefinedParameters
- Variable in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
PipelineRunOptions
L
launcherOptions
- Variable in class io.jenkins.jenkinsfile.runner.bootstrap.
Bootstrap
launcherOptions
- Variable in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
JenkinsLauncherCommand
M
main(String[])
- Static method in class io.jenkins.jenkinsfile.runner.bootstrap.
Bootstrap
make()
- Method in class io.jenkins.jenkinsfile.runner.bootstrap.
ClassLoaderBuilder
mirror
- Variable in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
JenkinsLauncherOptions
N
noSandBox
- Variable in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
PipelineRunOptions
P
pipelineRunOptions
- Variable in class io.jenkins.jenkinsfile.runner.bootstrap.
Bootstrap
PipelineRunOptions
- Class in
io.jenkins.jenkinsfile.runner.bootstrap.commands
Contains options required for a Jenkins build run.
PipelineRunOptions()
- Constructor for class io.jenkins.jenkinsfile.runner.bootstrap.commands.
PipelineRunOptions
pipelineRunOptions
- Variable in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
RunJenkinsfileCommand
pluginsDir
- Variable in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
JenkinsLauncherOptions
Where to load plugins from?
postConstruct()
- Method in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
JenkinsLauncherCommand
postConstruct()
- Method in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
RunJenkinsfileCommand
R
readJenkinsPomProperty(String)
- Static method in class io.jenkins.jenkinsfile.runner.bootstrap.
Util
run(JenkinsLauncherCommand)
- Method in interface io.jenkins.jenkinsfile.runner.bootstrap.
IApp
RunCLICommand
- Class in
io.jenkins.jenkinsfile.runner.bootstrap.commands
RunCLICommand()
- Constructor for class io.jenkins.jenkinsfile.runner.bootstrap.commands.
RunCLICommand
RunJenkinsfileCommand
- Class in
io.jenkins.jenkinsfile.runner.bootstrap.commands
RunJenkinsfileCommand()
- Constructor for class io.jenkins.jenkinsfile.runner.bootstrap.commands.
RunJenkinsfileCommand
runJenkinsfileRunnerApp()
- Method in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
JenkinsLauncherCommand
runWorkspace
- Variable in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
PipelineRunOptions
Workspace for the Run
S
scm
- Variable in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
PipelineRunOptions
SideClassLoader
- Class in
io.jenkins.jenkinsfile.runner.bootstrap
Expose bootstrap classes into the rest of the system.
SideClassLoader(ClassLoader)
- Constructor for class io.jenkins.jenkinsfile.runner.bootstrap.
SideClassLoader
skipShutdown
- Variable in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
JenkinsLauncherOptions
U
Util
- Class in
io.jenkins.jenkinsfile.runner.bootstrap
Util()
- Constructor for class io.jenkins.jenkinsfile.runner.bootstrap.
Util
Util.VersionProviderImpl
- Class in
io.jenkins.jenkinsfile.runner.bootstrap
V
version
- Variable in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
JenkinsLauncherOptions
VersionCommand
- Class in
io.jenkins.jenkinsfile.runner.bootstrap.commands
VersionCommand()
- Constructor for class io.jenkins.jenkinsfile.runner.bootstrap.commands.
VersionCommand
VersionProviderImpl()
- Constructor for class io.jenkins.jenkinsfile.runner.bootstrap.
Util.VersionProviderImpl
W
warDir
- Variable in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
JenkinsLauncherOptions
Exploded jenkins.war
withInitHooks
- Variable in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
JenkinsLauncherOptions
workflowParameters
- Variable in class io.jenkins.jenkinsfile.runner.bootstrap.commands.
PipelineRunOptions
B
C
E
F
G
H
I
J
K
L
M
N
P
R
S
U
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2004–2020. All rights reserved.