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

Method Summary
 String getDomain()
           
 String getHpAlmUrl()
           
 String getPassword()
           
 String getProject()
           
 String getTestSetFolderPath()
           
 String getTestSetName()
           
 String getUserName()
           
 boolean isEnabled()
           
 boolean isWriteDescriptionAndAttachments()
           
 
Methods inherited from interface org.aludratest.config.Configurable
configure, fillDefaults, getPropertiesBaseName
 

Method Detail

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.