Uses of Annotation Interface
hudson.RestrictedSince
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Jenkins's interface with source code management systems.
Security-related code.
Code related to agents.
Built-in
Trigger
s that run periodically to kick a new build.Other miscellaneous utility code
-
Uses of RestrictedSince in hudson
Modifier and TypeMethodDescriptionstatic void
Deprecated.static 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
Modifier and TypeMethodDescriptionorg.kohsuke.stapler.HttpResponse
Depending on whether the user said "yes" or "no", send him to the right place.org.kohsuke.stapler.HttpResponse
ReverseProxySetupMonitor.doTest
(org.kohsuke.stapler.StaplerRequest2 request, boolean testWithContext) void
ReverseProxySetupMonitor.getTestForReverseProxySetup
(String rest) -
Uses of RestrictedSince in hudson.logging
Modifier and TypeFieldDescriptionfinal Map<String,
LogRecorder> LogRecorderManager.logRecorders
Deprecated.useLogRecorderManager.getRecorders()
insteadLogRecorder.targets
Deprecated. -
Uses of RestrictedSince in hudson.model
-
Uses of RestrictedSince in hudson.model.queue
-
Uses of RestrictedSince in hudson.scm
Modifier and TypeMethodDescriptionint
SCMDescriptor.getGeneration()
Deprecated.No longer used by default.void
SCMDescriptor.incrementGeneration()
Deprecated.No longer used by default. -
Uses of RestrictedSince in hudson.security
Modifier and TypeFieldDescriptionstatic final Predicate<Descriptor>
GlobalSecurityConfiguration.FILTER
-
Uses of RestrictedSince in hudson.slaves
Modifier and TypeMethodDescriptionDelegatingComputerLauncher.DescriptorImpl.getApplicableDescriptors()
static List<SlaveSystemInfo>
SlaveComputer.getSystemInfoExtensions()
Helper method for Jelly. -
Uses of RestrictedSince in hudson.triggers
Modifier and TypeFieldDescriptionstatic long
Trigger.CRON_THRESHOLD
Used to be milliseconds, now is seconds since Jenkins 2.289. -
Uses of RestrictedSince in hudson.util
Modifier and TypeClassDescriptionclass
Deprecated.implementTaskListener
directlyclass
Encrypt/decrypt data by using a "session" key that only lasts for the duration of the server instance.enum
Deprecated.useTimeUnit
. -
Uses of RestrictedSince in jenkins
Modifier and TypeClassDescriptionclass
Reflective access to variousClassLoader
methods which are otherwiseprotected
. -
Uses of RestrictedSince in jenkins.model
Modifier and TypeMethodDescriptionJenkins.doCheckURIEncoding
(org.kohsuke.stapler.StaplerRequest2 request) Deprecated.static boolean
Jenkins.isCheckURIEncodingEnabled()
Deprecated. -
Uses of RestrictedSince in jenkins.model.item_category
Modifier and TypeFieldDescriptionstatic final 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
Modifier and TypeFieldDescriptionstatic final Predicate<Descriptor>
GlobalToolConfiguration.FILTER
-
Uses of RestrictedSince in jenkins.util.xstream
Modifier and TypeFieldDescriptionstatic final com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer
XStreamDOM.REPLACER
Files.copy(Path, Path, CopyOption...)
directly