Uses of Class
hudson.model.TaskAction
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Jenkins's interface with source code management systems.
-
Uses of TaskAction in hudson.model
Modifier and TypeMethodDescriptionprotected final void
TaskThread.associateWith
(TaskAction action) Registers that thisTaskThread
is run for the specifiedTaskAction
.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.ModifierConstructorDescriptionprotected
TaskThread
(TaskAction owner, TaskThread.ListenerAndText output) ModifierConstructorDescriptionListenerAndText
(TaskListener listener, AnnotatedLargeText<TaskAction> text) -
Uses of TaskAction in hudson.scm
Modifier and TypeClassDescriptionclass
Common part ofCVSSCM.TagAction
andSubversionTagAction
.