We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 616d7b8 commit 4add480Copy full SHA for 4add480
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashRepository.java
@@ -159,7 +159,7 @@ private boolean isStatusMessage(String content) {
159
return false;
160
}
161
162
- public List<StashPullRequestBuildTarget> getBuildTargets(
+ protected List<StashPullRequestBuildTarget> getBuildTargets(
163
StashPullRequestResponseValue pullRequest) {
164
if (shouldSkip(pullRequest)) {
165
return new ArrayList<>();
0 commit comments