Uses of Class
hudson.RestrictedSince
-
Packages that use RestrictedSince Package Description hudson hudson.diagnosis hudson.logging hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.queue hudson.scm Jenkins's interface with source code management systems.hudson.security Security-related code.hudson.slaves Code related to agents.hudson.triggers Built-inTrigger
s that run periodically to kick a new build.hudson.util Other miscellaneous utility codejenkins jenkins.model jenkins.model.item_category jenkins.tools jenkins.util.xstream -
-
Uses of RestrictedSince in hudson
Fields in hudson with annotations of type RestrictedSince Modifier and Type Field Description static int
FilePath. SIDE_BUFFER_SIZE
Methods in hudson with annotations of type RestrictedSince Modifier and Type Method Description static void
Util. copyFile(File src, File dst)
Deprecated.since 2.335; useFiles.copy(Path, Path, CopyOption...)
directlystatic List<Descriptor<ComputerLauncher>>
Functions. getComputerLauncherDescriptors()
Deprecated.static List<NodePropertyDescriptor>
Functions. getNodePropertyDescriptors(Class<? extends Node> clazz)
Deprecated.static List<Descriptor<RetentionStrategy<?>>>
Functions. getRetentionStrategyDescriptors()
Deprecated.static boolean
Util. isAbsoluteUri(String uri)
Deprecated.UseUtil.isSafeToRedirectTo(java.lang.String)
instead if your goal is to prevent open redirectsstatic String
Functions. toCCStatus(Item i)
Deprecated.This functionality has been moved to ccxml plugin. -
Uses of RestrictedSince in hudson.diagnosis
Methods in hudson.diagnosis with annotations of type RestrictedSince Modifier and Type Method Description org.kohsuke.stapler.HttpResponse
ReverseProxySetupMonitor. doAct(String no)
Depending on whether the user said "yes" or "no", send him to the right place.org.kohsuke.stapler.HttpResponse
ReverseProxySetupMonitor. doTest(org.kohsuke.stapler.StaplerRequest request, boolean testWithContext)
void
ReverseProxySetupMonitor. getTestForReverseProxySetup(String rest)
-
Uses of RestrictedSince in hudson.logging
Fields in hudson.logging with annotations of type RestrictedSince Modifier and Type Field Description Map<String,LogRecorder>
LogRecorderManager. logRecorders
Deprecated.useLogRecorderManager.getRecorders()
insteadCopyOnWriteList<LogRecorder.Target>
LogRecorder. targets
Deprecated. -
Uses of RestrictedSince in hudson.model
Methods in hudson.model with annotations of type RestrictedSince Modifier and Type Method Description String
Slave. getUserId()
Deprecated.Removed with no replacementvoid
Slave. setUserId(String userId)
Deprecated.Removed with no replacement -
Uses of RestrictedSince in hudson.model.queue
Methods in hudson.model.queue with annotations of type RestrictedSince Modifier and Type Method Description protected static int
AbstractQueueSorterImpl. compare(int a, int b)
Deprecated.Use Integer.compare instead.protected static int
AbstractQueueSorterImpl. compare(long a, long b)
Deprecated.Use Long.compare instead. -
Uses of RestrictedSince in hudson.scm
Methods in hudson.scm with annotations of type RestrictedSince Modifier and Type Method Description int
SCMDescriptor. getGeneration()
Deprecated.No longer used by default.void
SCMDescriptor. incrementGeneration()
Deprecated.No longer used by default. -
Uses of RestrictedSince in hudson.security
Fields in hudson.security with annotations of type RestrictedSince Modifier and Type Field Description static Predicate<Descriptor>
GlobalSecurityConfiguration. FILTER
-
Uses of RestrictedSince in hudson.slaves
Methods in hudson.slaves with annotations of type RestrictedSince Modifier and Type Method Description List<Descriptor<ComputerLauncher>>
DelegatingComputerLauncher.DescriptorImpl. getApplicableDescriptors()
static List<SlaveSystemInfo>
SlaveComputer. getSystemInfoExtensions()
Helper method for Jelly. -
Uses of RestrictedSince in hudson.triggers
Fields in hudson.triggers with annotations of type RestrictedSince Modifier and Type Field Description static long
Trigger. CRON_THRESHOLD
Used to be milliseconds, now is seconds since Jenkins 2.289. -
Uses of RestrictedSince in hudson.util
Classes in hudson.util with annotations of type RestrictedSince Modifier and Type Class Description class
AbstractTaskListener
Deprecated.implementTaskListener
directlyclass
Protector
Encrypt/decrypt data by using a "session" key that only lasts for the duration of the server instance.class
TimeUnit2
Deprecated.useTimeUnit
.Fields in hudson.util with annotations of type RestrictedSince Modifier and Type Field Description static double
ChartUtil. CHEBYSHEV_N
-
Uses of RestrictedSince in jenkins
Classes in jenkins with annotations of type RestrictedSince Modifier and Type Class Description class
ClassLoaderReflectionToolkit
Reflective access to variousClassLoader
methods which are otherwiseprotected
. -
Uses of RestrictedSince in jenkins.model
Classes in jenkins.model with annotations of type RestrictedSince Modifier and Type Class Description class
GlobalCloudConfiguration
Provides a configuration form forJenkins.clouds
.Methods in jenkins.model with annotations of type RestrictedSince Modifier and Type Method Description FormValidation
Jenkins. doCheckURIEncoding(org.kohsuke.stapler.StaplerRequest request)
Deprecated.static boolean
Jenkins. isCheckURIEncodingEnabled()
Deprecated. -
Uses of RestrictedSince in jenkins.model.item_category
Fields in jenkins.model.item_category with annotations of type RestrictedSince Modifier and Type Field Description static int
ItemCategory. MIN_TOSHOW
This field indicates how much non-default categories are required in order to start showing them in Jenkins. -
Uses of RestrictedSince in jenkins.tools
Fields in jenkins.tools with annotations of type RestrictedSince Modifier and Type Field Description static Predicate<Descriptor>
GlobalToolConfiguration. FILTER
-
Uses of RestrictedSince in jenkins.util.xstream
Fields in jenkins.util.xstream with annotations of type RestrictedSince Modifier and Type Field Description static com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer
XStreamDOM. REPLACER
-