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 String
clean()
String
getDisplayName()
String
getIconFileName()
String
getUrlName()
-
-
-
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:
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
-
-