Class JiraConfiguration
-
- All Implemented Interfaces:
public final class JiraConfiguration
-
-
Constructor Summary
Constructors Constructor Description JiraConfiguration(String host, String username, String password)
-
Method Summary
Modifier and Type Method Description final StringgetHost()The host for the Jira instance. final StringgetUsername()The username used for the authentication. final StringgetPassword()The password used for the authentication. -
-
Method Detail
-
getUsername
final String getUsername()
The username used for the authentication.
-
getPassword
final String getPassword()
The password used for the authentication.
-
-
-
-