hudson.ivy
Class IvyBuildTrigger.IvyConfiguration

java.lang.Object
  extended by 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.


Constructor Summary
IvyBuildTrigger.IvyConfiguration(java.lang.String name, java.lang.String ivyConfPath)
          Contructor
 
Method Summary
 boolean getExists()
           
 java.lang.String getIvyConfPath()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IvyBuildTrigger.IvyConfiguration

public IvyBuildTrigger.IvyConfiguration(java.lang.String name,
                                        java.lang.String ivyConfPath)
Contructor

Parameters:
name - the name of the configuration
ivyConfPath - the full path to the ivy configuration file
Method Detail

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.