Package hudson.ivy

Class IvyBuildTrigger.IvyConfiguration

All Implemented Interfaces:
Describable<IvyBuildTrigger.IvyConfiguration>
Enclosing class:
IvyBuildTrigger

public static class IvyBuildTrigger.IvyConfiguration extends AbstractDescribableImpl<IvyBuildTrigger.IvyConfiguration>
Container for the Ivy configuration. Note that configurations are now called settings in Ivy 2.0 to avoid confusion with dependency configurations.
  • Constructor Details

    • IvyConfiguration

      @DataBoundConstructor public IvyConfiguration(String name, String ivyConfPath)
      Constructor
      Parameters:
      name - the name of the configuration
      ivyConfPath - the full path to the ivy configuration file
  • Method Details

    • getIvyConfPath

      public String getIvyConfPath()
      Returns:
      the full path to the ivy configuration file
    • getName

      public String getName()
      Returns:
      the name of the configuration
    • getExists

      public boolean getExists()
      Returns:
      true if the configuration file exists