Uses of Class
com.github.danielflower.mavenplugins.release.GitOperations
-
-
Uses of GitOperations in com.github.danielflower.mavenplugins.release
Methods in com.github.danielflower.mavenplugins.release that return GitOperations Modifier and Type Method Description static GitOperationsGitOperations. valueOf(String name)Returns the enum constant of this type with the specified name.static GitOperations[]GitOperations. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.github.danielflower.mavenplugins.release with type arguments of type GitOperations Modifier and Type Method Description LocalGitRepo.BuilderLocalGitRepo.Builder. remoteGitOperationsAllowed(Set<GitOperations> operationsAllowed)Flag for which remote Git operations are permitted.
-