Class JazzBlameCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.blame.AbstractBlameCommand
org.apache.maven.scm.provider.jazz.command.blame.JazzBlameCommand
- All Implemented Interfaces:
Command
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateBlameCommand(ScmProviderRepository repo, ScmFileSet fileSet, String filename) executeBlameCommand(ScmProviderRepository repo, ScmFileSet fileSet, String filename) Methods inherited from class org.apache.maven.scm.command.blame.AbstractBlameCommand
executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
JazzBlameCommand
public JazzBlameCommand()
-
-
Method Details
-
executeBlameCommand
public BlameScmResult executeBlameCommand(ScmProviderRepository repo, ScmFileSet fileSet, String filename) throws ScmException - Specified by:
executeBlameCommandin classAbstractBlameCommand- Throws:
ScmException
-
createBlameCommand
public JazzScmCommand createBlameCommand(ScmProviderRepository repo, ScmFileSet fileSet, String filename)
-