com.atlassian.jira.functest.framework.backdoor
Class ServicesControl.ServiceBean

java.lang.Object
  extended by com.atlassian.jira.functest.framework.backdoor.ServicesControl.ServiceBean
Enclosing class:
ServicesControl

public static class ServicesControl.ServiceBean
extends Object


Field Summary
 Long id
           
 String name
           
 Map<String,String> params
           
 String serviceClass
           
 boolean usable
           
 
Constructor Summary
ServicesControl.ServiceBean()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public Long id

name

public String name

serviceClass

public String serviceClass

usable

public boolean usable

params

public Map<String,String> params
Constructor Detail

ServicesControl.ServiceBean

public ServicesControl.ServiceBean()


Copyright © 2002-2012 Atlassian. All Rights Reserved.