Package | Description |
---|---|
hudson | |
hudson.slaves |
Code related to agents.
|
jenkins.model |
Modifier and Type | Method and Description |
---|---|
static List<Descriptor<ComputerLauncher>> |
Functions.getComputerLauncherDescriptors()
Deprecated.
replaced by
Slave.SlaveDescriptor#computerLauncherDescriptors(Slave) |
static List<NodePropertyDescriptor> |
Functions.getNodePropertyDescriptors(Class<? extends Node> clazz)
Deprecated.
replaced by
Slave.SlaveDescriptor#nodePropertyDescriptors(Slave) |
static List<Descriptor<RetentionStrategy<?>>> |
Functions.getRetentionStrategyDescriptors()
Deprecated.
replaced by
Slave.SlaveDescriptor#retentionStrategyDescriptors(Slave) |
static boolean |
Util.isAbsoluteUri(String uri)
Deprecated.
Use
isAbsoluteOrSchemeRelativeUri instead if your goal is to prevent open redirects |
Modifier and Type | Method and Description |
---|---|
List<Descriptor<ComputerLauncher>> |
DelegatingComputerLauncher.DescriptorImpl.getApplicableDescriptors()
|
Modifier and Type | Method and Description |
---|---|
FormValidation |
Jenkins.doCheckURIEncoding(org.kohsuke.stapler.StaplerRequest request)
Deprecated.
|
static boolean |
Jenkins.isCheckURIEncodingEnabled()
Deprecated.
|
Copyright © 2004–2017. All rights reserved.