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
Constructors -
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:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-