org.whitesource.teamcity.server
Class GlobalSettingsManager

java.lang.Object
  extended by org.whitesource.teamcity.server.GlobalSettingsManager

public class GlobalSettingsManager
extends Object

Global configuration for the plugin.

Author:
Edo.Shor

Constructor Summary
GlobalSettingsManager(jetbrains.buildServer.serverSide.ServerPaths serverPaths)
          Constructor
 
Method Summary
 GlobalSettings getGlobalSettings()
           
 String getHexEncodedPublicKey()
           
 boolean isProxy()
           
 void save()
           
 void setGlobalSettings(GlobalSettings globalSettings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalSettingsManager

public GlobalSettingsManager(@NotNull
                             jetbrains.buildServer.serverSide.ServerPaths serverPaths)
Constructor

Parameters:
serverPaths -
Method Detail

save

public void save()

isProxy

public boolean isProxy()

getHexEncodedPublicKey

public String getHexEncodedPublicKey()

getGlobalSettings

public GlobalSettings getGlobalSettings()

setGlobalSettings

public void setGlobalSettings(GlobalSettings globalSettings)


Copyright © 2012 White Source. All Rights Reserved.