Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
jenkins.model |
Modifier and Type | Method and Description |
---|---|
void |
Run.keepLog()
Marks this build to keep the log.
|
Modifier and Type | Method and Description |
---|---|
default org.kohsuke.stapler.HttpResponse |
ParameterizedJobMixIn.ParameterizedJob.doDisable() |
default org.kohsuke.stapler.HttpResponse |
ParameterizedJobMixIn.ParameterizedJob.doEnable() |
void |
Jenkins.doExit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Shutdown the system.
|
void |
Jenkins.doRestart(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Perform a restart of Jenkins, if we can.
|
org.kohsuke.stapler.HttpResponse |
Jenkins.doSafeExit(org.kohsuke.stapler.StaplerRequest req)
Shutdown the system safely.
|
org.kohsuke.stapler.HttpResponse |
Jenkins.doSafeRestart(org.kohsuke.stapler.StaplerRequest req)
Queues up a restart of Jenkins for when there are no builds running, if we can.
|
Copyright © 2004–2017. All rights reserved.