org.apache.maven.continuum.xmlrpc.system
Class SystemConfiguration

java.lang.Object
  extended by org.apache.maven.continuum.xmlrpc.system.SystemConfiguration
All Implemented Interfaces:
Serializable

public class SystemConfiguration
extends Object
implements Serializable

Class SystemConfiguration.

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

Constructor Summary
SystemConfiguration()
           
 
Method Summary
 String getBaseUrl()
          Get the baseUrl field.
 String getBuildOutputDirectory()
          Get the buildOutputDirectory field.
 String getDefaultScheduleCronExpression()
          Get the defaultScheduleCronExpression field.
 String getDefaultScheduleDescription()
          Get the defaultScheduleDescription field.
 String getDeploymentRepositoryDirectory()
          Get the deploymentRepositoryDirectory field.
 String getWorkingDirectory()
          Get the workingDirectory field.
 boolean isGuestAccountEnabled()
          Get the guestAccountEnabled field.
 boolean isInitialized()
          Get the initialized field.
 void setBaseUrl(String baseUrl)
          Set the baseUrl field.
 void setBuildOutputDirectory(String buildOutputDirectory)
          Set the buildOutputDirectory field.
 void setDefaultScheduleCronExpression(String defaultScheduleCronExpression)
          Set the defaultScheduleCronExpression field.
 void setDefaultScheduleDescription(String defaultScheduleDescription)
          Set the defaultScheduleDescription field.
 void setDeploymentRepositoryDirectory(String deploymentRepositoryDirectory)
          Set the deploymentRepositoryDirectory field.
 void setGuestAccountEnabled(boolean guestAccountEnabled)
          Set the guestAccountEnabled field.
 void setInitialized(boolean initialized)
          Set the initialized 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

SystemConfiguration

public SystemConfiguration()
Method Detail

getBaseUrl

public String getBaseUrl()
Get the baseUrl field.

Returns:
String

getBuildOutputDirectory

public String getBuildOutputDirectory()
Get the buildOutputDirectory field.

Returns:
String

getDefaultScheduleCronExpression

public String getDefaultScheduleCronExpression()
Get the defaultScheduleCronExpression field.

Returns:
String

getDefaultScheduleDescription

public String getDefaultScheduleDescription()
Get the defaultScheduleDescription field.

Returns:
String

getDeploymentRepositoryDirectory

public String getDeploymentRepositoryDirectory()
Get the deploymentRepositoryDirectory field.

Returns:
String

getWorkingDirectory

public String getWorkingDirectory()
Get the workingDirectory field.

Returns:
String

isGuestAccountEnabled

public boolean isGuestAccountEnabled()
Get the guestAccountEnabled field.

Returns:
boolean

isInitialized

public boolean isInitialized()
Get the initialized field.

Returns:
boolean

setBaseUrl

public void setBaseUrl(String baseUrl)
Set the baseUrl field.

Parameters:
baseUrl -

setBuildOutputDirectory

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

Parameters:
buildOutputDirectory -

setDefaultScheduleCronExpression

public void setDefaultScheduleCronExpression(String defaultScheduleCronExpression)
Set the defaultScheduleCronExpression field.

Parameters:
defaultScheduleCronExpression -

setDefaultScheduleDescription

public void setDefaultScheduleDescription(String defaultScheduleDescription)
Set the defaultScheduleDescription field.

Parameters:
defaultScheduleDescription -

setDeploymentRepositoryDirectory

public void setDeploymentRepositoryDirectory(String deploymentRepositoryDirectory)
Set the deploymentRepositoryDirectory field.

Parameters:
deploymentRepositoryDirectory -

setGuestAccountEnabled

public void setGuestAccountEnabled(boolean guestAccountEnabled)
Set the guestAccountEnabled field.

Parameters:
guestAccountEnabled -

setInitialized

public void setInitialized(boolean initialized)
Set the initialized field.

Parameters:
initialized -

setWorkingDirectory

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

Parameters:
workingDirectory -


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