Class TfsUpdateCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.update.AbstractUpdateCommand
-
- org.apache.maven.scm.provider.tfs.command.TfsUpdateCommand
-
- All Implemented Interfaces:
Command
public class TfsUpdateCommand extends AbstractUpdateCommand
-
-
Constructor Summary
Constructors Constructor Description TfsUpdateCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TfsCommand
createCommand(ScmProviderRepository r, ScmFileSet f, ScmVersion v)
protected UpdateScmResult
executeUpdateCommand(ScmProviderRepository r, ScmFileSet f, ScmVersion v)
protected ChangeLogCommand
getChangeLogCommand()
-
Methods inherited from class org.apache.maven.scm.command.update.AbstractUpdateCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeUpdateCommand
protected UpdateScmResult executeUpdateCommand(ScmProviderRepository r, ScmFileSet f, ScmVersion v) throws ScmException
- Specified by:
executeUpdateCommand
in classAbstractUpdateCommand
- Throws:
ScmException
-
createCommand
public TfsCommand createCommand(ScmProviderRepository r, ScmFileSet f, ScmVersion v)
-
getChangeLogCommand
protected ChangeLogCommand getChangeLogCommand()
- Specified by:
getChangeLogCommand
in classAbstractUpdateCommand
-
-