org.aludratest.hpalm.service.impl
Class HpAlmServiceImpl

java.lang.Object
  extended by org.aludratest.service.AbstractAludraService
      extended by org.aludratest.service.AbstractConfigurableAludraService
          extended by org.aludratest.hpalm.service.impl.HpAlmServiceImpl
All Implemented Interfaces:
Closeable, org.aludratest.config.Configurable, HpAlmService, org.aludratest.service.AludraCloseable, org.aludratest.service.AludraService

public class HpAlmServiceImpl
extends org.aludratest.service.AbstractConfigurableAludraService
implements HpAlmService


Field Summary
 
Fields inherited from class org.aludratest.service.AbstractAludraService
aludraServiceContext
 
Constructor Summary
HpAlmServiceImpl()
           
 
Method Summary
 HpAlmCondition check()
           
 void close()
           
 void configure(org.aludratest.config.Preferences preferences)
           
 String getDescription()
           
 String getPropertiesBaseName()
           
 void initService()
           
 HpAlmInteraction perform()
           
 HpAlmVerification verify()
           
 
Methods inherited from class org.aludratest.service.AbstractConfigurableAludraService
fillDefaults, getDefaultsResourceName
 
Methods inherited from class org.aludratest.service.AbstractAludraService
getInstanceName, init, setSystemConnector, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.aludratest.service.AludraService
getInstanceName, init, setSystemConnector
 

Constructor Detail

HpAlmServiceImpl

public HpAlmServiceImpl()
Method Detail

getPropertiesBaseName

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

configure

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

getDescription

public String getDescription()
Specified by:
getDescription in interface org.aludratest.service.AludraService

perform

public HpAlmInteraction perform()
Specified by:
perform in interface HpAlmService
Specified by:
perform in interface org.aludratest.service.AludraService

verify

public HpAlmVerification verify()
Specified by:
verify in interface HpAlmService
Specified by:
verify in interface org.aludratest.service.AludraService

check

public HpAlmCondition check()
Specified by:
check in interface HpAlmService
Specified by:
check in interface org.aludratest.service.AludraService

close

public void close()
Specified by:
close in interface Closeable
Specified by:
close in interface org.aludratest.service.AludraCloseable

initService

public void initService()
Specified by:
initService in class org.aludratest.service.AbstractAludraService


Copyright © 2015 aludratest.org. All rights reserved.