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 |
Queue.clear()
Wipes out all the items currently in the queue, as if all of them are cancelled at once.
|
void |
Computer.cliConnect(boolean force)
CLI command to reconnect this node.
|
void |
Computer.cliDisconnect(String cause)
CLI command to disconnects this node.
|
void |
Computer.cliOffline(String cause)
CLI command to mark the node offline.
|
void |
Computer.cliOnline() |
org.kohsuke.stapler.HttpResponse |
AbstractProject.doDisable() |
org.kohsuke.stapler.HttpResponse |
AbstractProject.doEnable() |
void |
AbstractItem.doReload()
Reloads this job from the disk.
|
void |
Run.keepLog()
Marks this build to keep the log.
|
void |
Computer.waitUntilOffline() |
void |
Computer.waitUntilOnline()
Blocks until the node becomes online/offline.
|
Modifier and Type | Method and Description |
---|---|
org.kohsuke.stapler.HttpRedirect |
Jenkins.doCancelQuietDown() |
void |
Jenkins.doExit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Shutdown the system.
|
org.kohsuke.stapler.HttpRedirect |
Jenkins.doQuietDown(boolean block,
int timeout) |
org.kohsuke.stapler.HttpResponse |
Jenkins.doReload()
Reloads the configuration.
|
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 © 2016. All rights reserved.