org.apache.maven.continuum.xmlrpc.client
Class BuildResultsPurge

java.lang.Object
  extended by org.apache.maven.continuum.xmlrpc.client.BuildResultsPurge

public class BuildResultsPurge
extends Object

Utility class to purge old build results.

The easiest way to use it is to change the exec plugin config in the pom to execute this class instead of SampleClient, change RETENTION_DAYS if desired, and type 'mvn clean install exec:exec'


Constructor Summary
BuildResultsPurge()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildResultsPurge

public BuildResultsPurge()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.