Class AiAgentTypeHandler.AcpExecutionSpec

java.lang.Object
io.jenkins.plugins.aiagentjob.AiAgentTypeHandler.AcpExecutionSpec
Enclosing class:
AiAgentTypeHandler

public static final class AiAgentTypeHandler.AcpExecutionSpec extends Object
Immutable settings for an Agent Client Protocol execution.
  • Constructor Details

  • Method Details

    • getCommand

      public List<String> getCommand()
    • getModel

      public String getModel()
    • getReasoningEffort

      public String getReasoningEffort()
    • getAuthenticationMethods

      public Map<String,String> getAuthenticationMethods()
      Maps required environment variable names to ACP authentication method IDs.
    • getFallbackAuthenticationMethods

      public List<String> getFallbackAuthenticationMethods()
      Authentication methods to try when no method can be selected from the launch env.