Uses of Class
org.apache.maven.scm.CommandParameters.SignOption
-
Packages that use CommandParameters.SignOption Package Description org.apache.maven.scm org.apache.maven.scm.command.checkin -
-
Uses of CommandParameters.SignOption in org.apache.maven.scm
Methods 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(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, String message, ScmVersion scmVersion, CommandParameters.SignOption signOption)
-