public final class AutoCompleteUtils extends Object
Constructor and Description |
---|
AutoCompleteUtils() |
Modifier and Type | Method and Description |
---|---|
static hudson.model.AutoCompletionCandidates |
autoCompleteProjects(String userInput)
Auto completes a textbox that contains a list of projects.
|
static hudson.util.FormValidation |
checkProjects(String userInput,
hudson.model.AbstractProject<?,?> currentProject)
Checks the projects the end-user entered into a textbox are valid.
|
public static hudson.model.AutoCompletionCandidates autoCompleteProjects(String userInput)
userInput
- the text the end-user typed into the textboxpublic static hudson.util.FormValidation checkProjects(String userInput, hudson.model.AbstractProject<?,?> currentProject)
userInput
- list of projects the end-user enteredcurrentProject
- current projectCopyright © 2016–2017. All rights reserved.