Package hudson.ivy
Class IvyBuildTrigger.IvyConfiguration
java.lang.Object
hudson.model.AbstractDescribableImpl<IvyBuildTrigger.IvyConfiguration>
hudson.ivy.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.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
IvyConfiguration
Constructor- Parameters:
name- the name of the configurationivyConfPath- the full path to the ivy configuration file
-
-
Method Details
-
getIvyConfPath
- Returns:
- the full path to the ivy configuration file
-
getName
- Returns:
- the name of the configuration
-
getExists
public boolean getExists()- Returns:
- true if the configuration file exists
-