| Package | Description |
|---|---|
| hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
| hudson.scm |
Hudson's interface with source code management systems.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TaskThread.associateWith(TaskAction action)
Registers that this
TaskThread is run for the specified
TaskAction. |
static TaskThread.ListenerAndText |
TaskThread.ListenerAndText.forFile(File f,
TaskAction context)
Creates one that's backed by a file.
|
static TaskThread.ListenerAndText |
TaskThread.ListenerAndText.forMemory(TaskAction context)
Creates one that's backed by memory.
|
| Constructor and Description |
|---|
TaskThread(TaskAction owner,
TaskThread.ListenerAndText output) |
| Constructor and Description |
|---|
ListenerAndText(TaskListener listener,
AnnotatedLargeText<TaskAction> text) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractScmTagAction
Common part of CVSSCM.TagAction and SubversionTagAction.
|
Copyright © 2019. All rights reserved.