Skip to content

Commit e8cd87f

Browse files
committed
ViolationCommentsToBitbucketServerApi
1 parent 85e64f6 commit e8cd87f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/se/bjurr/violations/comments/bitbucketserver/lib/ViolationCommentsToBitbucketServerApi.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@ public ViolationCommentsToBitbucketServerApi withPassword(final String password)
168168
return this;
169169
}
170170

171+
public ViolationCommentsToBitbucketServerApi withPersonalAccessToken(
172+
final String personalAccessToken) {
173+
this.personalAccessToken = personalAccessToken;
174+
return this;
175+
}
176+
171177
public ViolationCommentsToBitbucketServerApi withProjectKey(final String projectKey) {
172178
this.projectKey = projectKey;
173179
return this;

0 commit comments

Comments
 (0)