Package io.jenkins.plugins.tuleap_oauth
Class TuleapAuthenticationErrorAction
- java.lang.Object
-
- io.jenkins.plugins.tuleap_oauth.TuleapAuthenticationErrorAction
-
- All Implemented Interfaces:
ExtensionPoint,Action,ModelObject,RootAction,UnprotectedRootAction
@Extension public class TuleapAuthenticationErrorAction extends Object implements UnprotectedRootAction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
Fields Modifier and Type Field Description static StringREDIRECT_ON_AUTHENTICATION_ERROR
-
Constructor Summary
Constructors Constructor Description TuleapAuthenticationErrorAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()StringgetIconFileName()StringgetUrlName()
-
-
-
Field Detail
-
REDIRECT_ON_AUTHENTICATION_ERROR
public static final String REDIRECT_ON_AUTHENTICATION_ERROR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getIconFileName
@CheckForNull public String getIconFileName()
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
@CheckForNull public String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
@CheckForNull public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
-