Uses of Annotation Interface
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
Triggers 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 voidDeprecated.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 booleanUtil.isAbsoluteUri(String uri) Deprecated.UseUtil.isSafeToRedirectTo(java.lang.String)instead if your goal is to prevent open redirectsstatic StringFunctions.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.HttpResponseDepending on whether the user said "yes" or "no", send him to the right place.org.kohsuke.stapler.HttpResponseReverseProxySetupMonitor.doTest(org.kohsuke.stapler.StaplerRequest2 request, boolean testWithContext) voidReverseProxySetupMonitor.getTestForReverseProxySetup(String rest) -
Uses of RestrictedSince in hudson.logging
Fields in hudson.logging with annotations of type RestrictedSinceModifier and TypeFieldDescriptionfinal Map<String, LogRecorder> LogRecorderManager.logRecordersDeprecated.useLogRecorderManager.getRecorders()instead -
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 TypeMethodDescriptionintSCMDescriptor.getGeneration()Deprecated.No longer used by default.voidSCMDescriptor.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 longTrigger.CRON_THRESHOLDUsed 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 TypeClassDescriptionclassDeprecated.implementTaskListenerdirectlyclassEncrypt/decrypt data by using a "session" key that only lasts for the duration of the server instance.enumDeprecated.useTimeUnit.Fields in hudson.util with annotations of type RestrictedSince -
Uses of RestrictedSince in jenkins
Classes in jenkins with annotations of type RestrictedSinceModifier and TypeClassDescriptionclassReflective access to variousClassLoadermethods which are otherwiseprotected. -
Uses of RestrictedSince in jenkins.model
Methods in jenkins.model with annotations of type RestrictedSinceModifier and TypeMethodDescriptionJenkins.doCheckURIEncoding(org.kohsuke.stapler.StaplerRequest2 request) Deprecated.static booleanJenkins.isCheckURIEncodingEnabled()Deprecated. -
Uses of RestrictedSince in jenkins.model.item_category
Fields in jenkins.model.item_category with annotations of type RestrictedSinceModifier and TypeFieldDescriptionstatic final intItemCategory.MIN_TOSHOWThis 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.XmlFriendlyReplacerXStreamDOM.REPLACER
Files.copy(Path, Path, CopyOption...)directly