Class DatadogAgentConfiguration.DatadogAgentConfigurationDescriptor

    • Constructor Detail

      • DatadogAgentConfigurationDescriptor

        public DatadogAgentConfigurationDescriptor()
    • Method Detail

      • doCheckAgentHost

        public FormValidation doCheckAgentHost​(@QueryParameter("agentHost")
                                               String agentHost)
      • doCheckAgentPort

        public FormValidation doCheckAgentPort​(@QueryParameter("agentPort")
                                               Integer agentPort)
      • doCheckAgentLogCollectionPort

        public FormValidation doCheckAgentLogCollectionPort​(@QueryParameter("agentLogCollectionPort")
                                                            Integer agentLogCollectionPort,
                                                            @RelativePath("..") @QueryParameter("collectBuildLogs")
                                                            boolean collectBuildLogs)
      • doCheckAgentTraceCollectionPort

        public FormValidation doCheckAgentTraceCollectionPort​(@QueryParameter("agentTraceCollectionPort")
                                                              Integer agentTraceCollectionPort,
                                                              @RelativePath("..") @QueryParameter("ciVisibilityData")
                                                              boolean enableCiVisibility)
      • doCheckLogConnectivity

        public FormValidation doCheckLogConnectivity​(@QueryParameter("agentHost")
                                                     String agentHost,
                                                     @QueryParameter("agentLogCollectionPort")
                                                     Integer agentLogCollectionPort)
      • doCheckTraceConnectivity

        public FormValidation doCheckTraceConnectivity​(@QueryParameter("agentHost")
                                                       String agentHost,
                                                       @QueryParameter("agentTraceCollectionPort")
                                                       Integer agentTraceCollectionPort)
      • getDefaultAgentHost

        public static String getDefaultAgentHost()
      • getDefaultAgentPort

        public static Integer getDefaultAgentPort()
      • getDefaultAgentLogCollectionPort

        public static Integer getDefaultAgentLogCollectionPort()
      • getDefaultAgentTraceCollectionPort

        public static Integer getDefaultAgentTraceCollectionPort()