org.jvnet.hudson.plugins.mavendepsupdate
Class MavenUpdateCheckerResult

java.lang.Object
  extended by org.jvnet.hudson.plugins.mavendepsupdate.MavenUpdateCheckerResult
All Implemented Interfaces:
Serializable

public class MavenUpdateCheckerResult
extends Object
implements Serializable

Since:
1.1
Author:
Olivier Lamy
See Also:
Serialized Form

Constructor Summary
MavenUpdateCheckerResult()
           
 
Method Summary
 void addDebugLine(String debugLine)
           
 void addFilesUpdatedNames(List<String> filesUpdatedNames)
           
 void addFileUpdatedName(String fileUpdatedName)
           
 List<String> getDebugLines()
           
 List<String> getFileUpdatedNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenUpdateCheckerResult

public MavenUpdateCheckerResult()
Method Detail

getFileUpdatedNames

public List<String> getFileUpdatedNames()

addFileUpdatedName

public void addFileUpdatedName(String fileUpdatedName)

addFilesUpdatedNames

public void addFilesUpdatedNames(List<String> filesUpdatedNames)

getDebugLines

public List<String> getDebugLines()

addDebugLine

public void addDebugLine(String debugLine)


Copyright © 2004-2015. All Rights Reserved.