|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.continuum.model.system.SystemConfiguration
public class SystemConfiguration
Class SystemConfiguration.
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. |
int |
getNumberOfBuildsInParallel()
Get the numberOfBuildsInParallel field. |
String |
getReleaseOutputDirectory()
Get the releaseOutputDirectory field. |
String |
getWorkingDirectory()
Get the workingDirectory field. |
boolean |
isDistributedBuildEnabled()
Get the distributedBuildEnabled 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 |
setDistributedBuildEnabled(boolean distributedBuildEnabled)
Set the distributedBuildEnabled field. |
void |
setGuestAccountEnabled(boolean guestAccountEnabled)
Set the guestAccountEnabled field. |
void |
setInitialized(boolean initialized)
Set the initialized field. |
void |
setNumberOfBuildsInParallel(int numberOfBuildsInParallel)
Set the numberOfBuildsInParallel field. |
void |
setReleaseOutputDirectory(String releaseOutputDirectory)
Set the releaseOutputDirectory 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 SystemConfiguration()
Method Detail |
---|
public String getBaseUrl()
public String getBuildOutputDirectory()
public String getDefaultScheduleCronExpression()
public String getDefaultScheduleDescription()
public String getDeploymentRepositoryDirectory()
public int getNumberOfBuildsInParallel()
public String getReleaseOutputDirectory()
public String getWorkingDirectory()
public boolean isDistributedBuildEnabled()
public boolean isGuestAccountEnabled()
public boolean isInitialized()
public void setBaseUrl(String baseUrl)
baseUrl
- public void setBuildOutputDirectory(String buildOutputDirectory)
buildOutputDirectory
- public void setDefaultScheduleCronExpression(String defaultScheduleCronExpression)
defaultScheduleCronExpression
- public void setDefaultScheduleDescription(String defaultScheduleDescription)
defaultScheduleDescription
- public void setDeploymentRepositoryDirectory(String deploymentRepositoryDirectory)
deploymentRepositoryDirectory
- public void setDistributedBuildEnabled(boolean distributedBuildEnabled)
distributedBuildEnabled
- public void setGuestAccountEnabled(boolean guestAccountEnabled)
guestAccountEnabled
- public void setInitialized(boolean initialized)
initialized
- public void setNumberOfBuildsInParallel(int numberOfBuildsInParallel)
numberOfBuildsInParallel
- public void setReleaseOutputDirectory(String releaseOutputDirectory)
releaseOutputDirectory
- public void setWorkingDirectory(String workingDirectory)
workingDirectory
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |