Uses of Class
hudson.model.AutoCompletionCandidates
-
Packages that use AutoCompletionCandidates Package Description hudson.logging hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.labels Boolean expression over labels.hudson.tasks hudson.tools jenkins.triggers -
-
Uses of AutoCompletionCandidates in hudson.logging
Methods in hudson.logging that return AutoCompletionCandidates Modifier and Type Method Description AutoCompletionCandidates
LogRecorder. doAutoCompleteLoggerName(String value)
-
Uses of AutoCompletionCandidates in hudson.model
Methods in hudson.model that return AutoCompletionCandidates Modifier and Type Method Description AutoCompletionCandidates
AutoCompletionCandidates. add(String v)
AutoCompletionCandidates
AutoCompletionCandidates. add(String... v)
AutoCompletionCandidates
AbstractProject.AbstractProjectDescriptor. doAutoCompleteAssignedLabelString(String value)
AutoCompletionCandidates
ComputerSet.DescriptorImpl. doAutoCompleteCopyNewItemFrom(String value)
Auto-completion for the "copy from" field in the new job page.AutoCompletionCandidates
ViewDescriptor. doAutoCompleteCopyNewItemFrom(String value, ItemGroup<?> container)
Auto-completion for the "copy from" field in the new job page.AutoCompletionCandidates
AbstractProject.AbstractProjectDescriptor. doAutoCompleteLabel(String value)
AutoCompletionCandidates
RunParameterDefinition.DescriptorImpl. doAutoCompleteProjectName(String value)
AutoCompletionCandidates
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
Methods in hudson.model.labels that return AutoCompletionCandidates Modifier and Type Method Description static AutoCompletionCandidates
LabelExpression. autoComplete(String label)
Generates auto-completion candidates for a (partial) label. -
Uses of AutoCompletionCandidates in hudson.tasks
Methods in hudson.tasks that return AutoCompletionCandidates Modifier and Type Method Description AutoCompletionCandidates
BuildTrigger.DescriptorImpl. doAutoCompleteChildProjects(String value, Item self, ItemGroup container)
-
Uses of AutoCompletionCandidates in hudson.tools
Methods in hudson.tools that return AutoCompletionCandidates Modifier and Type Method Description AutoCompletionCandidates
ToolInstallerDescriptor. doAutoCompleteLabel(String value)
-
Uses of AutoCompletionCandidates in jenkins.triggers
Methods in jenkins.triggers that return AutoCompletionCandidates Modifier and Type Method Description AutoCompletionCandidates
ReverseBuildTrigger.DescriptorImpl. doAutoCompleteUpstreamProjects(String value, Item self, ItemGroup container)
-