org.aludratest.hpalm.impl
Class HpAlmConfigurationImpl

java.lang.Object
  extended by org.aludratest.hpalm.impl.HpAlmConfigurationImpl
All Implemented Interfaces:
org.aludratest.config.Configurable, HpAlmConfiguration

public class HpAlmConfigurationImpl
extends Object
implements HpAlmConfiguration

Default implementation of the Configuration service for the HP ALM Connector.

Author:
falbrech

Constructor Summary
HpAlmConfigurationImpl()
           
 
Method Summary
 void configure(org.aludratest.config.Preferences preferences)
           
 void fillDefaults(org.aludratest.config.MutablePreferences preferences)
           
 String getDomain()
           
 String getHpAlmUrl()
           
 String getPassword()
           
 String getProject()
           
 String getPropertiesBaseName()
           
 String getTestSetFolderPath()
           
 String getTestSetName()
           
 String getUserName()
           
 boolean isEnabled()
           
 boolean isWriteDescriptionAndAttachments()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HpAlmConfigurationImpl

public HpAlmConfigurationImpl()
Method Detail

getPropertiesBaseName

public String getPropertiesBaseName()
Specified by:
getPropertiesBaseName in interface org.aludratest.config.Configurable

fillDefaults

public void fillDefaults(org.aludratest.config.MutablePreferences preferences)
Specified by:
fillDefaults in interface org.aludratest.config.Configurable

configure

public void configure(org.aludratest.config.Preferences preferences)
Specified by:
configure in interface org.aludratest.config.Configurable

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in interface HpAlmConfiguration

getHpAlmUrl

public String getHpAlmUrl()
Specified by:
getHpAlmUrl in interface HpAlmConfiguration

getUserName

public String getUserName()
Specified by:
getUserName in interface HpAlmConfiguration

getPassword

public String getPassword()
Specified by:
getPassword in interface HpAlmConfiguration

getDomain

public String getDomain()
Specified by:
getDomain in interface HpAlmConfiguration

getProject

public String getProject()
Specified by:
getProject in interface HpAlmConfiguration

getTestSetFolderPath

public String getTestSetFolderPath()
Specified by:
getTestSetFolderPath in interface HpAlmConfiguration

getTestSetName

public String getTestSetName()
Specified by:
getTestSetName in interface HpAlmConfiguration

isWriteDescriptionAndAttachments

public boolean isWriteDescriptionAndAttachments()
Specified by:
isWriteDescriptionAndAttachments in interface HpAlmConfiguration


Copyright © 2015 aludratest.org. All rights reserved.