org.apache.continuum.model.repository
Class DistributedDirectoryPurgeConfiguration

java.lang.Object
  extended by org.apache.continuum.model.repository.AbstractPurgeConfiguration
      extended by org.apache.continuum.model.repository.DistributedDirectoryPurgeConfiguration
All Implemented Interfaces:
Serializable

public class DistributedDirectoryPurgeConfiguration
extends AbstractPurgeConfiguration
implements Serializable

Class DistributedDirectoryPurgeConfiguration.

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

Constructor Summary
DistributedDirectoryPurgeConfiguration()
           
 
Method Summary
 String getBuildAgentUrl()
          Get buildAgent URL.
 String getDirectoryType()
          Get the type of directory.
 void setBuildAgentUrl(String buildAgentUrl)
          Set buildAgent URL.
 void setDirectoryType(String directoryType)
          Set the type of directory.
 
Methods inherited from class org.apache.continuum.model.repository.AbstractPurgeConfiguration
equals, getDaysOlder, getDescription, getId, getRetentionCount, getSchedule, hashCode, isDefaultPurge, isDeleteAll, isEnabled, setDaysOlder, setDefaultPurge, setDeleteAll, setDescription, setEnabled, setId, setRetentionCount, setSchedule, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DistributedDirectoryPurgeConfiguration

public DistributedDirectoryPurgeConfiguration()
Method Detail

getBuildAgentUrl

public String getBuildAgentUrl()
Get buildAgent URL.

Returns:
String

getDirectoryType

public String getDirectoryType()
Get the type of directory. Valid values are "releases" and "working".

Returns:
String

setBuildAgentUrl

public void setBuildAgentUrl(String buildAgentUrl)
Set buildAgent URL.

Parameters:
buildAgentUrl -

setDirectoryType

public void setDirectoryType(String directoryType)
Set the type of directory. Valid values are "releases" and "working".

Parameters:
directoryType -


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