Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

Commit

Permalink
Updating plugin properties to support usernames and passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
rottebds committed Mar 5, 2018
1 parent 3a71609 commit 0301ddc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

public enum PluginProperty {
BLACKDUCK_HUB_URL("blackduck.hub.url"),
BLACKDUCK_HUB_USERNAME("blackduck.hub.username"),
BLACKDUCK_HUB_PASSWORD("blackduck.hub.password"),
BLACKDUCK_HUB_API_TOKEN("blackduck.hub.api.token"),
BLACKDUCK_HUB_TIMEOUT("blackduck.hub.timeout"),
BLACKDUCK_HUB_PROXY_HOST("blackduck.hub.proxy.host"),
Expand Down

0 comments on commit 0301ddc

Please sign in to comment.