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 StringARTIFACTS_DESCRIPTIONstatic StringSERVER_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 StringgetChallengeFileContent()StringgetChallengeFileName()StringgetDomain()StringgetDomainDescription()
-
-
-
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
-
-