Package org.apache.maven.scm.command.tag
Class TagScmResult
- java.lang.Object
-
- org.apache.maven.scm.ScmResult
-
- org.apache.maven.scm.command.tag.TagScmResult
-
- All Implemented Interfaces:
Serializable
public class TagScmResult extends ScmResult
- Author:
- Trygve Laugstøl, Olivier Lamy
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.ScmResult
PASSWORD_PLACE_HOLDER
-
-
Constructor Summary
Constructors Constructor Description TagScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
TagScmResult(String commandLine, List<ScmFile> taggedFiles)
TagScmResult(List<ScmFile> taggedFiles, ScmResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ScmFile>
getTaggedFiles()
-
Methods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
-
-