|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.continuum.xmlrpc.project.BuildAgentConfiguration
public class BuildAgentConfiguration
Class BuildAgentConfiguration.
| 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 |
|---|
public BuildAgentConfiguration()
| Method Detail |
|---|
public void addInstallation(Installation installation)
installation - public String getDescription()
public List<Installation> getInstallations()
public String getPlatform()
public String getUrl()
public boolean isEnabled()
public void removeInstallation(Installation installation)
installation - public void setDescription(String description)
description - public void setEnabled(boolean enabled)
enabled - public void setInstallations(List<Installation> installations)
installations - public void setPlatform(String platform)
platform - public void setUrl(String url)
url -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||