hudson.ivy
Class IvyBuildTrigger.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.tasks.Publisher>
      extended by hudson.ivy.IvyBuildTrigger.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
IvyBuildTrigger

public static final class IvyBuildTrigger.DescriptorImpl
extends hudson.model.Descriptor<hudson.tasks.Publisher>

The descriptor implementation of this trigger


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
ALL, clazz
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req)
           
protected  void convert(java.util.Map<java.lang.String,java.lang.Object> oldPropertyBag)
           
 void doCheckIvyConf(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
          Check that the Ivy configuration file exist
 void doCheckIvyFile(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
          Check that the ivy.xml file exist
 IvyBuildTrigger.IvyConfiguration[] getConfigurations()
           
 java.lang.String getDisplayName()
           
 hudson.tasks.Publisher newInstance(org.kohsuke.stapler.StaplerRequest req)
           
 
Methods inherited from class hudson.model.Descriptor
configure, configure, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getJsonSafeClassName, getViewPage, isInstance, load, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConfigurations

public IvyBuildTrigger.IvyConfiguration[] getConfigurations()
Returns:
every existing configuration

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>

convert

protected void convert(java.util.Map<java.lang.String,java.lang.Object> oldPropertyBag)
Overrides:
convert in class hudson.model.Descriptor<hudson.tasks.Publisher>

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest req)
Overrides:
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>

doCheckIvyConf

public void doCheckIvyConf(org.kohsuke.stapler.StaplerRequest req,
                           org.kohsuke.stapler.StaplerResponse rsp)
                    throws java.io.IOException,
                           javax.servlet.ServletException
Check that the Ivy configuration file exist

Parameters:
req - the Stapler request
rsp - the Stapler response
Throws:
java.io.IOException
javax.servlet.ServletException

doCheckIvyFile

public void doCheckIvyFile(org.kohsuke.stapler.StaplerRequest req,
                           org.kohsuke.stapler.StaplerResponse rsp)
                    throws java.io.IOException,
                           javax.servlet.ServletException
Check that the ivy.xml file exist

Parameters:
req - the Stapler request
rsp - the Stapler response
Throws:
java.io.IOException
javax.servlet.ServletException

newInstance

public hudson.tasks.Publisher newInstance(org.kohsuke.stapler.StaplerRequest req)
Overrides:
newInstance in class hudson.model.Descriptor<hudson.tasks.Publisher>


Copyright © 2009. All Rights Reserved.