Class |
Description |
AbstractPullRequestFilter<T> |
A SCMHead filter to exclusion the pull requests due to not match by user filter.
|
PullRequestNameFilterTrait |
A Discovery trait for Bitbucket source that will blacklist pull requests matching any specified filter.
|
PullRequestNameFilterTrait.DescriptorImpl |
|
PullRequestSourceBranchFilterTrait |
A Discovery trait for Bitbucket source that will ignore pull requests
matching any a specified branch filter.
|
PullRequestSourceBranchFilterTrait.DescriptorImpl |
|
PullRequestSourceBranchMatchesFilter |
A SCMHead filter to only include pull request that originate from specific branches.
|
PullRequestSourceBranchNotMatchesFilter |
A SCMHead filter to exclude pull request that originate from specific branches.
|
PullRequestTargetBranchFilterTrait |
A Discovery trait for Bitbucket source that will ignore pull requests
matching any a specified branch filter.
|
PullRequestTargetBranchFilterTrait.DescriptorImpl |
|
PullRequestTargetBranchMatchesFilter |
A SCMHead filter to only include pull request that target specific branches.
|
PullRequestTargetBranchNotMatchesFilter |
A SCMHead filter to exclude pull request that originate from specific branches.
|
PullRequestTitlePhraseExistsFilter |
A SCMHead filter to exclusion the pull requests due to not contain any phrase.
|
PullRequestTitlePhraseNotExistsFilter |
A SCMHead filter to exclusion the pull requests due to contain any phrase.
|
StringFilter |
|
TypeFilter<T> |
|