hudson.ivy
Class IvyBuildTrigger.IvyConfiguration
java.lang.Object
hudson.ivy.IvyBuildTrigger.IvyConfiguration
- Enclosing class:
- IvyBuildTrigger
public static class IvyBuildTrigger.IvyConfiguration
- extends java.lang.Object
Container for the Ivy configuration.
Note that configurations are now called settings in Ivy 2.0
to avoid confusion with dependency configurations.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IvyBuildTrigger.IvyConfiguration
public IvyBuildTrigger.IvyConfiguration(java.lang.String name,
java.lang.String ivyConfPath)
- Contructor
- Parameters:
name - the name of the configurationivyConfPath - the full path to the ivy configuration file
getIvyConfPath
public java.lang.String getIvyConfPath()
- Returns:
- the full path to the ivy configuration file
getName
public java.lang.String getName()
- Returns:
- the name of the configuration
getExists
public boolean getExists()
- Returns:
- true if the configuration file exists
Copyright © 2010. All Rights Reserved.