Class SummaryTextAction
java.lang.Object
org.jenkinsci.plugins.electricflow.SummaryTextAction
- All Implemented Interfaces:
Action
,ModelObject
,SimpleBuildStep.LastBuildAction
- Direct Known Subclasses:
ArtifactUploadSummaryTextAction
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<SummaryTextAction>
protected final Run<?,
?> protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends Action>
Run<?,
?> getRun()
void
setSummaryText
(String summaryText)
-
Field Details
-
run
-
summaryText
-
projectActions
-
-
Constructor Details
-
SummaryTextAction
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getProjectActions
- Specified by:
getProjectActions
in interfaceSimpleBuildStep.LastBuildAction
-
getRun
-
getSummaryText
-
setSummaryText
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-