Package com.vrondakis.zap
Class ZapFailBuildAction
- java.lang.Object
-
- com.vrondakis.zap.ZapFailBuildAction
-
- All Implemented Interfaces:
Action
,ModelObject
,Serializable
,RunAction2
public class ZapFailBuildAction extends Object implements Serializable, RunAction2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZapFailBuildAction()
-
Method Summary
Modifier and Type Method Description String
getDisplayName()
String
getIconFileName()
String
getUrlName()
void
onAttached(Run<?,?> run)
void
onLoad(Run<?,?> run)
-
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
onAttached
public void onAttached(Run<?,?> run)
- Specified by:
onAttached
in interfaceRunAction2
-
onLoad
public void onLoad(Run<?,?> run)
- Specified by:
onLoad
in interfaceRunAction2
-
-