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.Fields in org.apache.maven.scm declared as CommandParameters.SignOptionModifier and TypeFieldDescriptionprivate CommandParameters.SignOptionScmTagParameters.signOptionMethods 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.plugin
Fields in org.apache.maven.scm.plugin declared as CommandParameters.SignOptionModifier and TypeFieldDescriptionprivate CommandParameters.SignOptionCheckinMojo.signOptionToggles the signing for the commit used during checkin (only applicable to SCMs that support signing).private CommandParameters.SignOptionTagMojo.signOptionToggles the signing for the tag command (only applicable to SCMs that support signing). -
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) -
Uses of CommandParameters.SignOption in org.apache.maven.scm.provider.git.gitexe.command.tag
Methods in org.apache.maven.scm.provider.git.gitexe.command.tag with parameters of type CommandParameters.SignOptionModifier and TypeMethodDescription(package private) static org.codehaus.plexus.util.cli.CommandlineGitTagCommand.createCommandLine(GitScmProviderRepository repository, File workingDirectory, String tag, File messageFile, CommandParameters.SignOption signOption)