Package hudson.plugins.ansicolor.action
Class ColorizedAction
java.lang.Object
hudson.model.InvisibleAction
hudson.plugins.ansicolor.action.ColorizedAction
- All Implemented Interfaces:
Action
,ModelObject
Action for issuing commands to ColorConsoleAnnotator
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionColorizedAction
(String id, ColorizedAction other) ColorizedAction
(String colorMapName, ColorizedAction.Command command) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
static ColorizedAction
parseAction
(MarkupText text, Run<?, ?> run) static ColorizedAction
parseAction
(String lineContent, long lineNo, Run<?, ?> run, LineIdentifier lineIdentifier) Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
-
Constructor Details
-
ColorizedAction
-
ColorizedAction
-
-
Method Details
-
getId
-
getColorMapName
-
getCommand
-
parseAction
-
parseAction
public static ColorizedAction parseAction(String lineContent, long lineNo, Run<?, ?> run, LineIdentifier lineIdentifier)
-