Class PerforceCheckInCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.checkin.AbstractCheckInCommand
-
- org.apache.maven.scm.provider.perforce.command.checkin.PerforceCheckInCommand
-
- All Implemented Interfaces:
Command
,PerforceCommand
public class PerforceCheckInCommand extends AbstractCheckInCommand implements PerforceCommand
- Author:
- Mike Perham
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
NAME
-
-
Constructor Summary
Constructors Constructor Description PerforceCheckInCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
createChangeListSpecification(PerforceScmProviderRepository repo, ScmFileSet files, String msg, String canonicalPath, String jobs)
static org.codehaus.plexus.util.cli.Commandline
createCommandLine(PerforceScmProviderRepository repo, File workingDirectory)
protected CheckInScmResult
executeCheckInCommand(ScmProviderRepository repo, ScmFileSet files, String message, ScmVersion version)
-
Methods inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeCheckInCommand
protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repo, ScmFileSet files, String message, ScmVersion version) throws ScmException
- Specified by:
executeCheckInCommand
in classAbstractCheckInCommand
- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(PerforceScmProviderRepository repo, File workingDirectory)
-
createChangeListSpecification
public static String createChangeListSpecification(PerforceScmProviderRepository repo, ScmFileSet files, String msg, String canonicalPath, String jobs)
-
-