You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,15 @@
3
3
4
4
Changelog of Violation comments to bitbucket server lib.
5
5
6
+
## Unreleased
7
+
### No issue
8
+
9
+
**doc**
10
+
11
+
12
+
[d9ff1815255b7dc](https://github.com/tomasbjerre/violation-comments-to-bitbucket-server-lib/commit/d9ff1815255b7dc) Tomas Bjerre *2020-08-29 13:58:10*
"User and Password, or personal access token, or keystore path and keystore pass, must be set! They can be set with the API or by setting properties.\n"
79
+
"User and Password or personal access token, or keystore path and keystore pass, must be set! They can be set with the API or by setting properties.\n"
78
80
+ //
79
81
"Username/password:\n"
80
82
+ //
@@ -197,6 +199,14 @@ public String getPropKeyStorePass() {
197
199
returnthis.propKeyStorePass;
198
200
}
199
201
202
+
publicStringgetKeyStorePass() {
203
+
returnthis.keyStorePass;
204
+
}
205
+
206
+
publicStringgetKeyStorePath() {
207
+
returnthis.keyStorePath;
208
+
}
209
+
200
210
privatevoidpopulateFromEnvironmentVariables() {
201
211
if (System.getProperty(this.propUsername) != null) {
0 commit comments