Uses of Class
hudson.model.TaskAction
-
Packages that use TaskAction Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.scm Jenkins's interface with source code management systems. -
-
Uses of TaskAction in hudson.model
Methods in hudson.model with parameters of type TaskAction Modifier and Type Method Description protected 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.Constructors in hudson.model with parameters of type TaskAction Constructor Description TaskThread(TaskAction owner, TaskThread.ListenerAndText output)
Constructor parameters in hudson.model with type arguments of type TaskAction Constructor Description ListenerAndText(TaskListener listener, AnnotatedLargeText<TaskAction> text)
-
Uses of TaskAction in hudson.scm
Subclasses of TaskAction in hudson.scm Modifier and Type Class Description class
AbstractScmTagAction
Common part ofCVSSCM.TagAction
andSubversionTagAction
.
-