|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.continuum.buildagent.model.ContinuumBuildAgentConfigurationModel
public class ContinuumBuildAgentConfigurationModel
Class ContinuumBuildAgentConfigurationModel.
| Constructor Summary | |
|---|---|
ContinuumBuildAgentConfigurationModel()
|
|
| Method Summary | |
|---|---|
void |
addInstallation(Installation installation)
Method addInstallation. |
void |
addLocalRepository(LocalRepository localRepository)
Method addLocalRepository. |
String |
getBuildOutputDirectory()
Get the buildOutputDirectory field. |
String |
getContinuumServerUrl()
Get the continuumServerUrl field. |
List<Installation> |
getInstallations()
Method getInstallations. |
List<LocalRepository> |
getLocalRepositories()
Method getLocalRepositories. |
String |
getModelEncoding()
Get the modelEncoding field. |
String |
getSharedSecretPassword()
Get the sharedSecretPassword field. |
String |
getWorkingDirectory()
Get the workingDirectory field. |
void |
removeInstallation(Installation installation)
Method removeInstallation. |
void |
removeLocalRepository(LocalRepository localRepository)
Method removeLocalRepository. |
void |
setBuildOutputDirectory(String buildOutputDirectory)
Set the buildOutputDirectory field. |
void |
setContinuumServerUrl(String continuumServerUrl)
Set the continuumServerUrl field. |
void |
setInstallations(List<Installation> installations)
Set the installations field. |
void |
setLocalRepositories(List<LocalRepository> localRepositories)
Set the localRepositories field. |
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field. |
void |
setSharedSecretPassword(String sharedSecretPassword)
Set the sharedSecretPassword field. |
void |
setWorkingDirectory(String workingDirectory)
Set the workingDirectory field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContinuumBuildAgentConfigurationModel()
| Method Detail |
|---|
public void addInstallation(Installation installation)
installation - public void addLocalRepository(LocalRepository localRepository)
localRepository - public String getBuildOutputDirectory()
public String getContinuumServerUrl()
public List<Installation> getInstallations()
public List<LocalRepository> getLocalRepositories()
public String getModelEncoding()
public String getSharedSecretPassword()
public String getWorkingDirectory()
public void removeInstallation(Installation installation)
installation - public void removeLocalRepository(LocalRepository localRepository)
localRepository - public void setBuildOutputDirectory(String buildOutputDirectory)
buildOutputDirectory - public void setContinuumServerUrl(String continuumServerUrl)
continuumServerUrl - public void setInstallations(List<Installation> installations)
installations - public void setLocalRepositories(List<LocalRepository> localRepositories)
localRepositories - public void setModelEncoding(String modelEncoding)
modelEncoding - public void setSharedSecretPassword(String sharedSecretPassword)
sharedSecretPassword - public void setWorkingDirectory(String workingDirectory)
workingDirectory -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||