Interface AgentConfiguration

  • All Known Implementing Classes:
    BuildAgentConfigurationImpl

    public interface AgentConfiguration
    Author:
    Maxim.Manuylov Date: 11.10.13
    • Method Detail

      • getAgentHomeDirectory

        @NotNull
        File getAgentHomeDirectory()
      • getAgentZipName

        @NotNull
        String getAgentZipName()
      • getUpdateContentsXmlName

        @NotNull
        String getUpdateContentsXmlName()
      • getUpdatePluginsBasePath

        @NotNull
        String getUpdatePluginsBasePath()
      • getTempDirectory

        @NotNull
        File getTempDirectory()
      • getAgentUpdateDirectory

        @NotNull
        File getAgentUpdateDirectory()
      • getAgentInfoFile

        @NotNull
        File getAgentInfoFile()
      • getServerUrl

        String getServerUrl()
      • getServerConnectionTimeout

        int getServerConnectionTimeout()
      • getServerProxyHost

        @Nullable
        String getServerProxyHost()
      • getServerProxyPort

        int getServerProxyPort()
      • getAgentUpgradeFiltersFile

        @NotNull
        File getAgentUpgradeFiltersFile()
      • getAgentPluginsDirectory

        @NotNull
        File getAgentPluginsDirectory()
      • getAgentToolsDirectory

        @NotNull
        File getAgentToolsDirectory()
      • getAgentPluginsUnpackingInfoFile

        @NotNull
        File getAgentPluginsUnpackingInfoFile()
      • shouldSkipPluginsHashCheck

        boolean shouldSkipPluginsHashCheck()
      • isLoadingToolsOnDemandAllowing

        boolean isLoadingToolsOnDemandAllowing()
      • isAgentUpgradeWithoutRestartAllowed

        boolean isAgentUpgradeWithoutRestartAllowed()
      • isToolsRemovalWithoutRestartAllowed

        boolean isToolsRemovalWithoutRestartAllowed()