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