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 String
getDisplayName()
String
getIconFileName()
String
getUrlName()
-
-
-
Constructor Detail
-
SearchAction
public SearchAction(Run build)
-
-
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
-
-