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
-
Field Summary
FieldsFields inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcreateChangeListSpecification(PerforceScmProviderRepository repo, ScmFileSet files, String msg, String canonicalPath, String jobs) static org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(PerforceScmProviderRepository repo, File workingDirectory) protected CheckInScmResultexecuteCheckInCommand(ScmProviderRepository repo, ScmFileSet files, String message, ScmVersion version) Methods inherited from class org.apache.maven.scm.command.checkin.AbstractCheckInCommand
executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Field Details
-
NEWLINE
- See Also:
-
-
Constructor Details
-
PerforceCheckInCommand
public PerforceCheckInCommand()
-
-
Method Details
-
executeCheckInCommand
protected CheckInScmResult executeCheckInCommand(ScmProviderRepository repo, ScmFileSet files, String message, ScmVersion version) throws ScmException - Specified by:
executeCheckInCommandin 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)
-