Package | Description |
---|---|
hudson.logging | |
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.tasks | |
jenkins.triggers |
Modifier and Type | Method and Description |
---|---|
AutoCompletionCandidates |
LogRecorder.doAutoCompleteLoggerName(String value) |
Modifier and Type | Method and 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 |
RunParameterDefinition.DescriptorImpl.doAutoCompleteProjectName(String value) |
AutoCompletionCandidates |
AbstractProject.AbstractProjectDescriptor.doAutoCompleteUpstreamProjects(String value) |
static <T extends Item> |
AutoCompletionCandidates.ofJobNames(Class<T> type,
String value,
ItemGroup container)
Auto-completes possible job names.
|
static <T extends Item> |
AutoCompletionCandidates.ofJobNames(Class<T> type,
String value,
Item self,
ItemGroup container)
Auto-completes possible job names.
|
Modifier and Type | Method and Description |
---|---|
AutoCompletionCandidates |
BuildTrigger.DescriptorImpl.doAutoCompleteChildProjects(String value,
Item self,
ItemGroup container) |
Modifier and Type | Method and Description |
---|---|
AutoCompletionCandidates |
ReverseBuildTrigger.DescriptorImpl.doAutoCompleteUpstreamProjects(String value,
Item self,
ItemGroup container) |
Copyright © 2016. All rights reserved.