Class CloudGuardRootAction
- java.lang.Object
-
- io.jenkins.plugins.checkpoint.cloudguard.shiftleft.CloudGuardRootAction
-
- All Implemented Interfaces:
ExtensionPoint,Action,ModelObject,RootAction
public class CloudGuardRootAction extends Object implements RootAction
Root action to provide a link towards CloudGuard portal
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description CloudGuardRootAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()StringgetIconFileName()StringgetUrlName()
-
-
-
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
-
-