Class EiffelActivityDataAction
- java.lang.Object
-
- com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.EiffelActivityDataAction
-
- All Implemented Interfaces:
Action
,ModelObject
public class EiffelActivityDataAction extends Object implements Action
AnAction
for storing the data fields ofEiffelActivityTriggeredEvent.Data
for Eiffel activity eventEiffelActivityTriggeredEvent
ActT, that enables the option of setting custom data when the event fires as a build enters a waiting state in the build queue. Currently, only name field is supported. This action is instantiated when aBuildWithEiffelStep
step is executed and will always contain a name.
-
-
Constructor Summary
Constructors Constructor Description EiffelActivityDataAction(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getIconFileName()
String
getName()
String
getUrlName()
-
-
-
Constructor Detail
-
EiffelActivityDataAction
public EiffelActivityDataAction(@NonNull String name)
-
-
Method Detail
-
getName
@CheckForNull public String getName()
-
getIconFileName
@CheckForNull public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
@CheckForNull public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
@CheckForNull public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
-