From 0fbc5e16cb0642131530fb52ca8098b53bfdcc30 Mon Sep 17 00:00:00 2001 From: Hugo Fonseca Date: Wed, 11 Feb 2015 15:42:08 +0000 Subject: fix description link I didn't test this because I don't have the environment configured but I think that this does not need that though. The thing is taht I have this in my console ```#39 PROJECT-1368``` --- .../bitbucketpullrequestbuilder/BitbucketCause.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main') diff --git a/src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketCause.java b/src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketCause.java index 4745f15..29ef21f 100644 --- a/src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketCause.java +++ b/src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketCause.java @@ -83,9 +83,9 @@ public class BitbucketCause extends Cause { @Override public String getShortDescription() { - String description = ""; + description += '">#' + this.getPullRequestId() + " " + this.getPullRequestTitle() + ""; return description; } } -- cgit v1.2.3