org.apache.maven.continuum.xmlrpc.project
Class BuildAgentConfiguration

java.lang.Object
  extended by org.apache.maven.continuum.xmlrpc.project.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
 void addInstallation(Installation installation)
          Method addInstallation.
 String getDescription()
          Get the description field.
 List<Installation> getInstallations()
          Method getInstallations.
 String getPlatform()
          Get the platform field.
 String getUrl()
          Get the url field.
 boolean isEnabled()
          Get the enabled field.
 void removeInstallation(Installation installation)
          Method removeInstallation.
 void setDescription(String description)
          Set the description field.
 void setEnabled(boolean enabled)
          Set the enabled field.
 void setInstallations(List<Installation> installations)
          Set the installations field.
 void setPlatform(String platform)
          Set the platform 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

addInstallation

public void addInstallation(Installation installation)
Method addInstallation.

Parameters:
installation -

getDescription

public String getDescription()
Get the description field.

Returns:
String

getInstallations

public List<Installation> getInstallations()
Method getInstallations.

Returns:
List

getPlatform

public String getPlatform()
Get the platform field.

Returns:
String

getUrl

public String getUrl()
Get the url field.

Returns:
String

isEnabled

public boolean isEnabled()
Get the enabled field.

Returns:
boolean

removeInstallation

public void removeInstallation(Installation installation)
Method removeInstallation.

Parameters:
installation -

setDescription

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

Parameters:
description -

setEnabled

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

Parameters:
enabled -

setInstallations

public void setInstallations(List<Installation> installations)
Set the installations field.

Parameters:
installations -

setPlatform

public void setPlatform(String platform)
Set the platform field.

Parameters:
platform -

setUrl

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

Parameters:
url -


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