Uses of Class
hudson.cli.declarative.CLIMethod
-
Packages that use CLIMethod Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.model -
-
Uses of CLIMethod in hudson.model
Methods in hudson.model with annotations of type CLIMethod Modifier and Type Method Description void
Run. keepLog()
Marks this build to be kept. -
Uses of CLIMethod in jenkins.model
Methods in jenkins.model with annotations of type CLIMethod Modifier and Type Method 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.
-