public class SvnTagCommand extends AbstractTagCommand implements SvnCommand
| Constructor and Description |
|---|
SvnTagCommand() |
| Modifier and Type | Method and Description |
|---|---|
static Commandline |
createCommandLine(SvnScmProviderRepository repository,
File workingDirectory,
String tag,
File messageFile)
Deprecated.
|
static Commandline |
createCommandLine(SvnScmProviderRepository repository,
File workingDirectory,
String tag,
File messageFile,
ScmTagParameters scmTagParameters) |
ScmResult |
executeTagCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String tag,
ScmTagParameters scmTagParameters) |
ScmResult |
executeTagCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
String tag,
String message) |
executeCommandexecute, getLogger, setLoggerpublic SvnTagCommand()
public ScmResult executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, String message) throws ScmException
executeTagCommand in class AbstractTagCommandScmExceptionpublic ScmResult executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) throws ScmException
executeTagCommand in class AbstractTagCommandScmExceptionpublic static Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, String tag, File messageFile)
repository - workingDirectory - tag - messageFile - public static Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, String tag, File messageFile, ScmTagParameters scmTagParameters)
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.