public class VssCheckInCommand extends AbstractCheckInCommand
NAME| Constructor and Description |
|---|
VssCheckInCommand() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.codehaus.plexus.util.cli.Commandline> |
buildCmdLine(VssScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version) |
protected CheckInScmResult |
executeCheckInCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.lang.String message,
ScmVersion scmVersion)
(non-Javadoc)
|
executeCommandexecute, getLogger, setLoggerprotected CheckInScmResult executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message, ScmVersion scmVersion) throws ScmException
executeCheckInCommand in class AbstractCheckInCommandScmExceptionexecuteCheckInCommand
(org.apache.maven.scm.provider.ScmProviderRepository, org.apache.maven.scm.ScmFileSet,
java.lang.String, org.apache.maven.scm.ScmVersion)public java.util.List<org.codehaus.plexus.util.cli.Commandline> buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) throws ScmException
ScmException