Class ChildToolModel

java.lang.Object
io.jenkins.plugins.pipeline.models.AbstractModel
io.jenkins.plugins.pipeline.models.ChildToolModel
All Implemented Interfaces:
ParsableModelInterface

public class ChildToolModel extends AbstractModel implements ParsableModelInterface
Model Class for Jenkins Declarative Pipeline Child Tool Section
  • Constructor Details

    • ChildToolModel

      public ChildToolModel(String toolType, String toolName)
      Parameters:
      toolType - Tool type
      toolName - Name of the tool which is defined in Jenkins
  • Method Details