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 StringgetDisplayName()StringgetIconFileName()StringgetUrlName()voidonAttached(Run<?,?> run)voidonLoad(Run<?,?> run)
-
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
onAttached
public void onAttached(Run<?,?> run)
- Specified by:
onAttachedin interfaceRunAction2
-
onLoad
public void onLoad(Run<?,?> run)
- Specified by:
onLoadin interfaceRunAction2
-
-