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
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jvnet.hudson.test.fixtures.InboundAgentFixture.AgentArguments
agentJar, commandLineArgs, name, numberOfNodes, secret, url
-
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 jarurl- the controller root URLname- the agent namesecret- 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.
-