Class InboundAgentExtension.AgentArguments

java.lang.Object
org.jvnet.hudson.test.fixtures.InboundAgentFixture.AgentArguments
org.jvnet.hudson.test.junit.jupiter.InboundAgentExtension.AgentArguments
All Implemented Interfaces:
Serializable
Enclosing class:
InboundAgentExtension

public static class InboundAgentExtension.AgentArguments extends InboundAgentFixture.AgentArguments
See Also:
  • Constructor Details

    • AgentArguments

      public AgentArguments(@NonNull File agentJar, @NonNull String url, @NonNull String name, @NonNull String secret, int numberOfNodes, @NonNull List<String> commandLineArgs)
      Parameters:
      agentJar - A reference to the agent jar
      url - the controller root URL
      name - the agent name
      secret - The secret the agent should use to connect.
      numberOfNodes - The number of nodes in the Jenkins instance where the agent is running.
      commandLineArgs - Additional command line arguments to pass to the agent.