Class AuthAdminPage.AuthPreset
- java.lang.Object
-
- jetbrains.buildServer.controllers.admin.AuthAdminPage.AuthPreset
-
- All Implemented Interfaces:
Comparable<AuthAdminPage.AuthPreset>
- Enclosing class:
- AuthAdminPage
public static class AuthAdminPage.AuthPreset extends Object implements Comparable<AuthAdminPage.AuthPreset>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(AuthAdminPage.AuthPreset that)
org.jdom.Element
getAuthModulesElement()
String
getDescription()
String
getFileName()
String
getPresetName()
-
-
-
Method Detail
-
getFileName
@NotNull public String getFileName()
-
getPresetName
@NotNull public String getPresetName()
-
getDescription
@Nullable public String getDescription()
-
getAuthModulesElement
@NotNull public org.jdom.Element getAuthModulesElement()
-
compareTo
public int compareTo(@NotNull AuthAdminPage.AuthPreset that)
- Specified by:
compareTo
in interfaceComparable<AuthAdminPage.AuthPreset>
-
-