Class LogAction
java.lang.Object
org.jenkinsci.plugins.workflow.actions.LogAction
- All Implemented Interfaces:
Action
,ModelObject
,PersistentAction
Associated with a node which has some log text.
So if
StepContext
is asked for TaskListener
, the FlowExecution
should attach this action to the contextual FlowNode
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract AnnotatedLargeText<? extends FlowNode>
Access the log file and expose it to the UI with the progressive logging functionality
-
Constructor Details
-
LogAction
public LogAction()
-
-
Method Details
-
getLogText
Access the log file and expose it to the UI with the progressive logging functionality -
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-