|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TaskAction | |
|---|---|
| hudson.maven.reporters | |
| 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. |
| Uses of TaskAction in hudson.maven.reporters |
|---|
| Subclasses of TaskAction in hudson.maven.reporters | |
|---|---|
class |
MavenAbstractArtifactRecord<T extends AbstractBuild<?,?>>
UI to redeploy artifacts after the fact. |
class |
MavenAggregatedArtifactRecord
Redeploy action for the entire MavenModuleSetBuild. |
class |
MavenArtifactRecord
Action that remembers artifacts that are built. |
| Uses of TaskAction in hudson.model |
|---|
| Methods in hudson.model with parameters of type TaskAction | |
|---|---|
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. |
| Constructors in hudson.model with parameters of type TaskAction | |
|---|---|
TaskThread(TaskAction owner,
TaskThread.ListenerAndText output)
|
|
| Constructor parameters in hudson.model with type arguments of type TaskAction | |
|---|---|
TaskThread.ListenerAndText(TaskListener listener,
AnnotatedLargeText<TaskAction> text)
|
|
| Uses of TaskAction in hudson.scm |
|---|
| Subclasses of TaskAction in hudson.scm | |
|---|---|
class |
AbstractScmTagAction
Common part of CVSSCM.TagAction and SubversionTagAction. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||