Uses of Class
com.github.danielflower.mavenplugins.release.LocalGitRepo.Builder
-
-
Uses of LocalGitRepo.Builder in com.github.danielflower.mavenplugins.release
Methods in com.github.danielflower.mavenplugins.release that return LocalGitRepo.Builder Modifier and Type Method Description LocalGitRepo.BuilderLocalGitRepo.Builder. credentialsProvider(org.eclipse.jgit.transport.CredentialsProvider credentialsProvider)Sets the username/password pair for HTTPS URLs or SSH with passwordlLocalGitRepo.BuilderLocalGitRepo.Builder. remoteGitOperationsAllowed(Set<GitOperations> operationsAllowed)Flag for which remote Git operations are permitted.LocalGitRepo.BuilderLocalGitRepo.Builder. remoteGitUrl(String remoteUrl)Overrides the URL of remote Git repository.
-