Package de.dagere.peass.ci.clean
Class CleanAllAction
- java.lang.Object
-
- de.dagere.peass.ci.clean.CleanAllAction
-
- All Implemented Interfaces:
Action,ModelObject
public class CleanAllAction extends Object implements Action
-
-
Constructor Summary
Constructors Constructor Description CleanAllAction(Job<?,?> project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringclean()StringgetDisplayName()StringgetIconFileName()StringgetUrlName()
-
-
-
Constructor Detail
-
CleanAllAction
public CleanAllAction(Job<?,?> project)
-
-
Method Detail
-
clean
public String clean() throws com.fasterxml.jackson.core.JsonProcessingException
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
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
-
-