Package jetbrains.buildServer.https
Class AcmeAuthorization
- java.lang.Object
-
- jetbrains.buildServer.https.AcmeAuthorization
-
public class AcmeAuthorization extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ARTIFACTS_DESCRIPTION
static String
SERVER_DESCRIPTION
-
Constructor Summary
Constructors Constructor Description AcmeAuthorization(String domain, String challengeFileName, String challengeFileContent)
AcmeAuthorization(String domain, String challengeFileName, String challengeFileContent, String domainDescription)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getChallengeFileContent()
String
getChallengeFileName()
String
getDomain()
String
getDomainDescription()
-
-
-
Field Detail
-
SERVER_DESCRIPTION
@NotNull public static final String SERVER_DESCRIPTION
- See Also:
- Constant Field Values
-
ARTIFACTS_DESCRIPTION
@NotNull public static final String ARTIFACTS_DESCRIPTION
- See Also:
- Constant Field Values
-
-