net.thucydides.plugins.jira.service
Class SystemPropertiesJIRAConfiguration
java.lang.Object
net.thucydides.plugins.jira.service.SystemPropertiesJIRAConfiguration
- All Implemented Interfaces:
- JIRAConfiguration
public class SystemPropertiesJIRAConfiguration
- extends Object
- implements JIRAConfiguration
Obtain the JIRA configuration details from system properties.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JIRA_URL
public static final String JIRA_URL
- See Also:
- Constant Field Values
JIRA_PROJECT
public static final String JIRA_PROJECT
- See Also:
- Constant Field Values
JIRA_USERNAME
public static final String JIRA_USERNAME
- See Also:
- Constant Field Values
JIRA_PASSWORD
public static final String JIRA_PASSWORD
- See Also:
- Constant Field Values
JIRA_WIKI_RENDERER
public static final String JIRA_WIKI_RENDERER
- See Also:
- Constant Field Values
SystemPropertiesJIRAConfiguration
@Inject
public SystemPropertiesJIRAConfiguration(net.thucydides.core.util.EnvironmentVariables environmentVariables)
getJiraUser
public String getJiraUser()
- Specified by:
getJiraUser in interface JIRAConfiguration
getJiraPassword
public String getJiraPassword()
- Specified by:
getJiraPassword in interface JIRAConfiguration
isWikiRenderedActive
public boolean isWikiRenderedActive()
- Specified by:
isWikiRenderedActive in interface JIRAConfiguration
getProject
public String getProject()
- Specified by:
getProject in interface JIRAConfiguration
getJiraWebserviceUrl
public String getJiraWebserviceUrl()
- Specified by:
getJiraWebserviceUrl in interface JIRAConfiguration
getJiraUrl
public String getJiraUrl()
- Specified by:
getJiraUrl in interface JIRAConfiguration
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.