jira-importer commented on issue #990: URL: https://github.com/apache/maven-scm/issues/990#issuecomment-2964637888
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented Proposal: ``` /** * Verify if the tagName exists within the repository */ ExistsScmResult existsTag(ScmRepository repository, String tagName); /** * Verify if the branchName exists within the repository */ ExistsScmResult existsBranch(ScmRepository repository, String branchName); ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
