Skip to content

Instantly share code, notes, and snippets.

@mrueegg
Created March 9, 2017 17:17
Show Gist options
  • Save mrueegg/404fdcaed02a8c3f825730d5b077ebaa to your computer and use it in GitHub Desktop.
Save mrueegg/404fdcaed02a8c3f825730d5b077ebaa to your computer and use it in GitHub Desktop.
Components used for resolving open tasks in a pull request
<!-- publish our implementations of the API interfaces for both products -->
<component key="bitbucket-open-tasks-counter" application="bitbucket"
class="ch.mibex.crossproduct.bitbucket.BitbucketOpenTasksCounter"
interface="ch.mibex.crossproduct.api.OpenTasksCounter"/>
<component key="stash-open-tasks-counter" application="stash"
class="ch.mibex.crossproduct.stash.StashOpenTasksCounter"
interface="ch.mibex.crossproduct.api.OpenTasksCounter"/>
<!-- application-specific imports from the product container -->
<component-import key="stash-pull-request-service" application="stash"
interface="com.atlassian.stash.pull.PullRequestService"/>
<component-import key="bitbucket-pull-request-service" application="bitbucket"
interface="com.atlassian.bitbucket.pull.PullRequestService"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment