Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add port filtering methods to Ports #412

Merged
merged 6 commits into from
Apr 26, 2024

Conversation

sleberknight
Copy link
Member

@sleberknight sleberknight commented Apr 26, 2024

  • Add findOnlyApplicationPort to find the single application port
  • Add findApplicationPorts to find only application ports
  • Add findOnlyAdminPort to find the single admin port
  • Add findAdminPorts to find only admin ports
  • Add findPorts to find ports of a specific type
  • Add additional test for findPort method to cover all branches

Closes #411

@sleberknight sleberknight self-assigned this Apr 26, 2024
Copy link

@sleberknight sleberknight merged commit 6cd1bd0 into master Apr 26, 2024
5 checks passed
@sleberknight sleberknight deleted the 411-add-port-filtering-methods-to-Ports branch April 26, 2024 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Port filtering methods to Ports utility class
1 participant