Package hudson.util

Class IncompatibleAntVersionDetected

All Implemented Interfaces:
Serializable

public class IncompatibleAntVersionDetected extends BootFailure
Model object used to display the error top page if we find out that the container is picking up its own Ant and that's not 1.7.

index.jelly would display a nice friendly error page.

Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

    • IncompatibleAntVersionDetected

      public IncompatibleAntVersionDetected(Class antClass)
  • Method Details