public final class

ConfigService

extends Object
implements ConfigObjectWithId
java.lang.Object
   ↳ com.atlassian.jira.functest.config.service.ConfigService

Class Overview

Represents a JiraService from an XML backup.

<ServiceConfig id="10000" time="60000" clazz="com.atlassian.jira.service.services.mail.MailQueueService" name="Mail Queue Service"/>

Summary

Public Constructors
ConfigService()
ConfigService(Long id, Long timeout, String clazz, String name, ConfigPropertySet propertySet)
Public Methods
boolean equals(Object o)
String getClazz()
Long getId()
String getName()
ConfigPropertySet getPropertySet()
Long getTimeout()
int hashCode()
ConfigService setClazz(String clazz)
ConfigService setId(Long id)
ConfigService setName(String name)
ConfigService setPropertySet(ConfigPropertySet propertySet)
ConfigService setTimeout(Long timeout)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.functest.config.ConfigObjectWithId

Public Constructors

public ConfigService ()

public ConfigService (Long id, Long timeout, String clazz, String name, ConfigPropertySet propertySet)

Public Methods

public boolean equals (Object o)

public String getClazz ()

public Long getId ()

public String getName ()

public ConfigPropertySet getPropertySet ()

public Long getTimeout ()

public int hashCode ()

public ConfigService setClazz (String clazz)

public ConfigService setId (Long id)

public ConfigService setName (String name)

public ConfigService setPropertySet (ConfigPropertySet propertySet)

public ConfigService setTimeout (Long timeout)

public String toString ()