org.apache.continuum.configuration.model
Class BuildAgentConfiguration

java.lang.Object
  extended by org.apache.continuum.configuration.model.BuildAgentConfiguration
All Implemented Interfaces:
Serializable

public class BuildAgentConfiguration
extends Object
implements Serializable

Class BuildAgentConfiguration.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
BuildAgentConfiguration()
           
 
Method Summary
 String getDescription()
          Get the description field.
 String getUrl()
          Get the url field.
 boolean isEnabled()
          Get the enabled field.
 void setDescription(String description)
          Set the description field.
 void setEnabled(boolean enabled)
          Set the enabled field.
 void setUrl(String url)
          Set the url field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildAgentConfiguration

public BuildAgentConfiguration()
Method Detail

getDescription

public String getDescription()
Get the description field.

Returns:
String

getUrl

public String getUrl()
Get the url field.

Returns:
String

isEnabled

public boolean isEnabled()
Get the enabled field.

Returns:
boolean

setDescription

public void setDescription(String description)
Set the description field.

Parameters:
description -

setEnabled

public void setEnabled(boolean enabled)
Set the enabled field.

Parameters:
enabled -

setUrl

public void setUrl(String url)
Set the url field.

Parameters:
url -


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.