File tree Expand file tree Collapse file tree
src/main/java/com/codedx/plugins/bamboo Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33import com .atlassian .bamboo .bandana .PlanAwareBandanaContext ;
44import com .atlassian .bandana .BandanaContext ;
55import com .atlassian .bandana .BandanaManager ;
6- import com .codedx .plugins .bamboo .security .SSLContextFactory ;
76import com .codedx .client .ApiClient ;
7+ import com .codedx .plugins .bamboo .security .SSLContextFactory ;
88import org .apache .log4j .Logger ;
99import org .glassfish .jersey .client .JerseyClientBuilder ;
1010
@@ -24,8 +24,8 @@ public class ServerConfigManager implements Serializable {
2424 private static final String BANDANA_KEY = "com.codedx.bambooplugin:Config" ;
2525
2626 // This gets called automatically
27- public void setBandanaManager (BandanaManager bandanaManager ) {
28- this .bandanaManager = bandanaManager ;
27+ public ServerConfigManager (BandanaManager bandanaManager ) {
28+ ServerConfigManager .bandanaManager = bandanaManager ;
2929 }
3030
3131 public static String getUrl () {
You can’t perform that action at this time.
0 commit comments