Uses of Class
hudson.model.AutoCompletionCandidates
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Boolean expression over labels.
-
Uses of AutoCompletionCandidates in hudson.logging
-
Uses of AutoCompletionCandidates in hudson.model
Modifier and TypeMethodDescriptionAbstractProject.AbstractProjectDescriptor.doAutoCompleteAssignedLabelString
(String value) ComputerSet.DescriptorImpl.doAutoCompleteCopyNewItemFrom
(String value) Auto-completion for the "copy from" field in the new job page.ViewDescriptor.doAutoCompleteCopyNewItemFrom
(String value, ItemGroup<?> container) Auto-completion for the "copy from" field in the new job page.AbstractProject.AbstractProjectDescriptor.doAutoCompleteLabel
(String value) RunParameterDefinition.DescriptorImpl.doAutoCompleteProjectName
(String value) AbstractProject.AbstractProjectDescriptor.doAutoCompleteUpstreamProjects
(String value) static <T extends Item>
AutoCompletionCandidatesAutoCompletionCandidates.ofJobNames
(Class<T> type, String value, ItemGroup container) Auto-completes possible job names.static <T extends Item>
AutoCompletionCandidatesAutoCompletionCandidates.ofJobNames
(Class<T> type, String value, Item self, ItemGroup container) Auto-completes possible job names. -
Uses of AutoCompletionCandidates in hudson.model.labels
Modifier and TypeMethodDescriptionstatic AutoCompletionCandidates
LabelExpression.autoComplete
(String label) Generates auto-completion candidates for a (partial) label. -
Uses of AutoCompletionCandidates in hudson.tasks
Modifier and TypeMethodDescriptionBuildTrigger.DescriptorImpl.doAutoCompleteChildProjects
(String value, Item self, ItemGroup container) -
Uses of AutoCompletionCandidates in hudson.tools
-
Uses of AutoCompletionCandidates in jenkins.agents
Modifier and TypeMethodDescriptionCloudSet.DescriptorImpl.doAutoCompleteCopyNewItemFrom
(String value) Auto-completion for the "copy from" field in the new cloud page. -
Uses of AutoCompletionCandidates in jenkins.triggers
Modifier and TypeMethodDescriptionReverseBuildTrigger.DescriptorImpl.doAutoCompleteUpstreamProjects
(String value, Item self, ItemGroup container)