Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
jenkins.model |
Modifier and Type | Class and Description |
---|---|
class |
Hudson |
Modifier and Type | Method and Description |
---|---|
static <I extends AbstractItem & TopLevelItem> |
Items.move(I item,
DirectlyModifiableTopLevelItemGroup destination)
Moves an item between folders (or top level).
|
void |
Job.movedTo(DirectlyModifiableTopLevelItemGroup destination,
AbstractItem newItem,
File destDir) |
void |
AbstractItem.movedTo(DirectlyModifiableTopLevelItemGroup destination,
AbstractItem newItem,
File destDir)
Notify this item it's been moved to another location, replaced by newItem (might be the same object, but not guaranteed).
|
Modifier and Type | Class and Description |
---|---|
class |
Jenkins
Root object of the system.
|
Copyright © 2016. All rights reserved.