org.aludratest.hpalm.impl
Interface HpAlmConfiguration
- All Superinterfaces:
- org.aludratest.config.Configurable
- All Known Implementing Classes:
- HpAlmConfigurationImpl
public interface HpAlmConfiguration
- extends org.aludratest.config.Configurable
Configuration service for the AludraTest HP ALM Connector. Use the provided configuration properties to configure the
connector.
- Author:
- falbrech
| Methods inherited from interface org.aludratest.config.Configurable |
configure, fillDefaults, getPropertiesBaseName |
isEnabled
boolean isEnabled()
getHpAlmUrl
String getHpAlmUrl()
getUserName
String getUserName()
getPassword
String getPassword()
getDomain
String getDomain()
getProject
String getProject()
getTestSetFolderPath
String getTestSetFolderPath()
getTestSetName
String getTestSetName()
isWriteDescriptionAndAttachments
boolean isWriteDescriptionAndAttachments()
Copyright © 2015 aludratest.org. All rights reserved.