Uses of Annotation Type
hudson.RestrictedSince
Packages that use 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
Fields in hudson with annotations of type RestrictedSinceMethods in hudson with annotations of type RestrictedSinceModifier 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
Methods in hudson.diagnosis with annotations of type RestrictedSinceModifier 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.StaplerRequest request, boolean testWithContext) void
ReverseProxySetupMonitor.getTestForReverseProxySetup
(String rest) -
Uses of RestrictedSince in hudson.logging
Fields in hudson.logging with annotations of type RestrictedSinceModifier and TypeFieldDescriptionfinal Map<String,
LogRecorder> LogRecorderManager.logRecorders
Deprecated.useLogRecorderManager.getRecorders()
insteadLogRecorder.targets
Deprecated. -
Uses of RestrictedSince in hudson.model
Methods in hudson.model with annotations of type RestrictedSince -
Uses of RestrictedSince in hudson.model.queue
Methods in hudson.model.queue with annotations of type RestrictedSince -
Uses of RestrictedSince in hudson.scm
Methods in hudson.scm with annotations of type RestrictedSinceModifier 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
Fields in hudson.security with annotations of type RestrictedSinceModifier and TypeFieldDescriptionstatic final Predicate<Descriptor>
GlobalSecurityConfiguration.FILTER
-
Uses of RestrictedSince in hudson.slaves
Methods in hudson.slaves with annotations of type RestrictedSinceModifier and TypeMethodDescriptionDelegatingComputerLauncher.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 RestrictedSinceModifier and TypeFieldDescriptionstatic 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 RestrictedSinceModifier 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
.Fields in hudson.util with annotations of type RestrictedSince -
Uses of RestrictedSince in jenkins
Classes in jenkins with annotations of type RestrictedSinceModifier and TypeClassDescriptionclass
Reflective access to variousClassLoader
methods which are otherwiseprotected
. -
Uses of RestrictedSince in jenkins.model
Classes in jenkins.model with annotations of type RestrictedSinceMethods in jenkins.model with annotations of type RestrictedSinceModifier and TypeMethodDescriptionJenkins.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 RestrictedSinceModifier 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
Fields in jenkins.tools with annotations of type RestrictedSinceModifier and TypeFieldDescriptionstatic final Predicate<Descriptor>
GlobalToolConfiguration.FILTER
-
Uses of RestrictedSince in jenkins.util.xstream
Fields in jenkins.util.xstream with annotations of type RestrictedSinceModifier and TypeFieldDescriptionstatic final com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer
XStreamDOM.REPLACER
Files.copy(Path, Path, CopyOption...)
directly