Uses of Class
org.apache.maven.scm.CommandParameters.SignOption
-
-
Uses of CommandParameters.SignOption in org.apache.maven.scm
Fields in org.apache.maven.scm declared as CommandParameters.SignOption Modifier and Type Field Description private CommandParameters.SignOptionScmTagParameters. signOptionMethods in org.apache.maven.scm that return CommandParameters.SignOption Modifier and Type Method Description CommandParameters.SignOptionCommandParameters. getSignOption(CommandParameter parameter)Return the sign option.CommandParameters.SignOptionScmTagParameters. getSignOption()Get the signing option for the tag operation.static CommandParameters.SignOptionCommandParameters.SignOption. valueOf(java.lang.String name)Returns 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.SignOption Modifier and Type Method Description voidCommandParameters. 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.SignOption Modifier and Type Method Description protected CheckInScmResultAbstractCheckInCommand. executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.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.SignOption Modifier and Type Field Description private 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.SignOption Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineGitCheckInCommand. createCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, java.io.File messageFile, java.util.Map<java.lang.String,java.lang.String> environmentVariables, CommandParameters.SignOption signOption)protected CheckInScmResultGitCheckInCommand. executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.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.SignOption Modifier and Type Method Description (package private) static org.codehaus.plexus.util.cli.CommandlineGitTagCommand. createCommandLine(GitScmProviderRepository repository, java.io.File workingDirectory, java.lang.String tag, java.io.File messageFile, CommandParameters.SignOption signOption)
-