|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContinuumScm
Component that manages SCM interactions and checkouts within Continuum.
Method Summary | |
---|---|
org.apache.maven.scm.command.changelog.ChangeLogScmResult |
changeLog(ContinuumScmConfiguration config)
Get change log for a project |
org.apache.maven.scm.command.checkout.CheckOutScmResult |
checkout(ContinuumScmConfiguration configuration)
Check out a working copy for a project. |
org.apache.maven.scm.command.update.UpdateScmResult |
update(ContinuumScmConfiguration config)
Update a working copy for a project. |
Method Detail |
---|
org.apache.maven.scm.command.checkout.CheckOutScmResult checkout(ContinuumScmConfiguration configuration) throws IOException, org.apache.maven.scm.repository.ScmRepositoryException, org.apache.maven.scm.manager.NoSuchScmProviderException, org.apache.maven.scm.ScmException
configuration
- the configuration for the working copy and SCM
IOException
- if there is a problem writing to the working copy location
org.apache.maven.scm.manager.NoSuchScmProviderException
- if there is a problem with the configuration
org.apache.maven.scm.repository.ScmRepositoryException
- if there is a problem with the configuration
org.apache.maven.scm.ScmException
- if there is a problem checking outorg.apache.maven.scm.command.update.UpdateScmResult update(ContinuumScmConfiguration config) throws org.apache.maven.scm.repository.ScmRepositoryException, org.apache.maven.scm.manager.NoSuchScmProviderException, org.apache.maven.scm.ScmException
config
- the configuration for the working copy and SCM
org.apache.maven.scm.manager.NoSuchScmProviderException
- if there is a problem with the configuration
org.apache.maven.scm.repository.ScmRepositoryException
- if there is a problem with the configuration
org.apache.maven.scm.ScmException
- if there is a problem updatingorg.apache.maven.scm.command.changelog.ChangeLogScmResult changeLog(ContinuumScmConfiguration config) throws org.apache.maven.scm.repository.ScmRepositoryException, org.apache.maven.scm.manager.NoSuchScmProviderException, org.apache.maven.scm.ScmException
config
- the configuration for the working copy and SCM
org.apache.maven.scm.repository.ScmRepositoryException
- if there is a problem with the configuration
org.apache.maven.scm.manager.NoSuchScmProviderException
- if there is a problem with the configuration
org.apache.maven.scm.ScmException
- if there is a problem getting the change log
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |