| Package | Description |
|---|---|
| hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
| hudson.triggers |
Built-in Triggers that run periodically to kick a new build.
|
| jenkins.triggers |
| Modifier and Type | Class and Description |
|---|---|
class |
FreeStyleProject
Free-style software project.
|
class |
Project<P extends Project<P,B>,B extends Build<P,B>>
Buildable software project.
|
| Modifier and Type | Method and Description |
|---|---|
SCMTriggerItem |
SCMTrigger.Runner.getTarget()
For which
Item are we polling? |
| Modifier and Type | Method and Description |
|---|---|
List<SCMTriggerItem> |
SCMTrigger.DescriptorImpl.getItemsBeingPolled() |
| Modifier and Type | Method and Description |
|---|---|
static SCMTriggerItem |
SCMTriggerItem.SCMTriggerItems.asSCMTriggerItem(Item item)
See whether an item can be coerced to
SCMTriggerItem. |
Copyright © 2019. All rights reserved.