com.atlassian.theplugin.commons.crucible.api.model
Class SvnRepositoryBean

java.lang.Object
  extended by com.atlassian.theplugin.commons.crucible.api.model.RepositoryBean
      extended by com.atlassian.theplugin.commons.crucible.api.model.SvnRepositoryBean
All Implemented Interfaces:
Repository, SvnRepository

public class SvnRepositoryBean
extends RepositoryBean
implements SvnRepository


Constructor Summary
SvnRepositoryBean()
           
SvnRepositoryBean(java.lang.String url, java.lang.String path)
           
 
Method Summary
 java.lang.String getPath()
           
 java.lang.String getUrl()
           
 void setPath(java.lang.String path)
           
 void setUrl(java.lang.String url)
           
 
Methods inherited from class com.atlassian.theplugin.commons.crucible.api.model.RepositoryBean
getName, getType, isEnabled, setEnabled, setName, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.theplugin.commons.crucible.api.model.Repository
getName, getType, isEnabled
 

Constructor Detail

SvnRepositoryBean

public SvnRepositoryBean()

SvnRepositoryBean

public SvnRepositoryBean(java.lang.String url,
                         java.lang.String path)
Method Detail

getUrl

public java.lang.String getUrl()
Specified by:
getUrl in interface SvnRepository

setUrl

public void setUrl(java.lang.String url)

getPath

public java.lang.String getPath()
Specified by:
getPath in interface SvnRepository

setPath

public void setPath(java.lang.String path)


Copyright © 2008-2009 Atlassian Pty Ltd. All Rights Reserved.