public interface GitCheckRefFormat
git check-ref-format
git command builders.Modifier and Type | Method and Description |
---|---|
GitCheckRefFormatBuilder |
ref(String refName)
Returns a builder for the standard version of
git check-ref-format for validating any ref |
@Nonnull GitCheckRefFormatBuilder ref(@Nonnull String refName)
git check-ref-format
for validating any refrefName
- ref name to validategit check-ref-format
command to execute against refName
.Copyright © 2019 Atlassian. All rights reserved.