com.xebialabs.deployit.core.api.dto
Class Report

java.lang.Object
  extended by com.xebialabs.deployit.core.api.dto.Report

public class Report
extends java.lang.Object


Nested Class Summary
static class Report.ReportLine
           
 
Constructor Summary
Report()
           
 
Method Summary
 Report.ReportLine addLine()
           
 java.util.List<Report.ReportLine> getLines()
           
 void setLines(java.util.List<Report.ReportLine> lines)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Report

public Report()
Method Detail

getLines

public java.util.List<Report.ReportLine> getLines()

setLines

public void setLines(java.util.List<Report.ReportLine> lines)

addLine

public Report.ReportLine addLine()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object