Class SearchAction
- java.lang.Object
-
- com.sumologic.jenkins.jenkinssumologicplugin.integration.SearchAction
-
- All Implemented Interfaces:
Action,ModelObject
public class SearchAction extends Object implements Action
Created by lukasz on 3/24/17.
-
-
Constructor Summary
Constructors Constructor Description SearchAction(Run build)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()StringgetIconFileName()StringgetUrlName()
-
-
-
Constructor Detail
-
SearchAction
public SearchAction(Run build)
-
-
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
-
-