org.apache.continuum.buildagent.model
Class ContinuumBuildAgentConfigurationModel

java.lang.Object
  extended by org.apache.continuum.buildagent.model.ContinuumBuildAgentConfigurationModel
All Implemented Interfaces:
Serializable

public class ContinuumBuildAgentConfigurationModel
extends Object
implements Serializable

Class ContinuumBuildAgentConfigurationModel.

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

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

ContinuumBuildAgentConfigurationModel

public ContinuumBuildAgentConfigurationModel()
Method Detail

addInstallation

public void addInstallation(Installation installation)
Method addInstallation.

Parameters:
installation -

addLocalRepository

public void addLocalRepository(LocalRepository localRepository)
Method addLocalRepository.

Parameters:
localRepository -

getBuildOutputDirectory

public String getBuildOutputDirectory()
Get the buildOutputDirectory field.

Returns:
String

getContinuumServerUrl

public String getContinuumServerUrl()
Get the continuumServerUrl field.

Returns:
String

getInstallations

public List<Installation> getInstallations()
Method getInstallations.

Returns:
List

getLocalRepositories

public List<LocalRepository> getLocalRepositories()
Method getLocalRepositories.

Returns:
List

getModelEncoding

public String getModelEncoding()
Get the modelEncoding field.

Returns:
String

getSharedSecretPassword

public String getSharedSecretPassword()
Get the sharedSecretPassword field.

Returns:
String

getWorkingDirectory

public String getWorkingDirectory()
Get the workingDirectory field.

Returns:
String

removeInstallation

public void removeInstallation(Installation installation)
Method removeInstallation.

Parameters:
installation -

removeLocalRepository

public void removeLocalRepository(LocalRepository localRepository)
Method removeLocalRepository.

Parameters:
localRepository -

setBuildOutputDirectory

public void setBuildOutputDirectory(String buildOutputDirectory)
Set the buildOutputDirectory field.

Parameters:
buildOutputDirectory -

setContinuumServerUrl

public void setContinuumServerUrl(String continuumServerUrl)
Set the continuumServerUrl field.

Parameters:
continuumServerUrl -

setInstallations

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

Parameters:
installations -

setLocalRepositories

public void setLocalRepositories(List<LocalRepository> localRepositories)
Set the localRepositories field.

Parameters:
localRepositories -

setModelEncoding

public void setModelEncoding(String modelEncoding)
Set the modelEncoding field.

Parameters:
modelEncoding -

setSharedSecretPassword

public void setSharedSecretPassword(String sharedSecretPassword)
Set the sharedSecretPassword field.

Parameters:
sharedSecretPassword -

setWorkingDirectory

public void setWorkingDirectory(String workingDirectory)
Set the workingDirectory field.

Parameters:
workingDirectory -


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