org.jenkinsci.plugins.maveninvoker.results
Class MavenInvokerResults

java.lang.Object
  extended by org.jenkinsci.plugins.maveninvoker.results.MavenInvokerResults
All Implemented Interfaces:
Serializable

public class MavenInvokerResults
extends Object
implements Serializable

Author:
Olivier Lamy
See Also:
Serialized Form

Field Summary
 List<MavenInvokerResult> mavenInvokerResults
           
 
Constructor Summary
MavenInvokerResults()
           
 
Method Summary
 List<MavenInvokerResult> getSortedMavenInvokerResults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mavenInvokerResults

public List<MavenInvokerResult> mavenInvokerResults
Constructor Detail

MavenInvokerResults

public MavenInvokerResults()
Method Detail

getSortedMavenInvokerResults

public List<MavenInvokerResult> getSortedMavenInvokerResults()


Copyright © 2004-2012. All Rights Reserved.