Uses of Enum
org.apache.maven.scm.CommandParameters.SignOption
Packages that use CommandParameters.SignOption
Package
Description
-
Uses of CommandParameters.SignOption in org.apache.maven.scm
Subclasses with type arguments of type CommandParameters.SignOption in org.apache.maven.scmModifier and TypeClassDescriptionstatic enumThe sign option for a commit or tag.Methods in org.apache.maven.scm that return CommandParameters.SignOptionModifier and TypeMethodDescriptionCommandParameters.getSignOption(CommandParameter parameter) Return the sign option.ScmTagParameters.getSignOption()Get the signing option for the tag operation.static CommandParameters.SignOptionReturns the enum constant of this type with the specified name.static CommandParameters.SignOption[]CommandParameters.SignOption.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.maven.scm with parameters of type CommandParameters.SignOptionModifier and TypeMethodDescriptionvoidCommandParameters.setSignOption(CommandParameter parameter, CommandParameters.SignOption signOption) voidScmTagParameters.setSignOption(CommandParameters.SignOption signOption) Set the signing option for the tag operation. -
Uses of CommandParameters.SignOption in org.apache.maven.scm.command.checkin
Methods in org.apache.maven.scm.command.checkin with parameters of type CommandParameters.SignOptionModifier and TypeMethodDescriptionprotected CheckInScmResultAbstractCheckInCommand.executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion, CommandParameters.SignOption signOption) -
Uses of CommandParameters.SignOption in org.apache.maven.scm.provider.git.gitexe.command.checkin
Methods in org.apache.maven.scm.provider.git.gitexe.command.checkin with parameters of type CommandParameters.SignOptionModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.CommandlineGitCheckInCommand.createCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, File messageFile, Map<String, String> environmentVariables, CommandParameters.SignOption signOption) protected CheckInScmResultGitCheckInCommand.executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version, CommandParameters.SignOption signOption)