com.atlassian.greenhopper.web.rapid.chart.burndown
Class BurndownStateChange

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.chart.burndown.BurndownStateChange
All Implemented Interfaces:
java.lang.Comparable<BurndownStateChange>

public class BurndownStateChange
extends java.lang.Object
implements java.lang.Comparable<BurndownStateChange>

Created by idick on 7/03/2014.


Nested Class Summary
static class BurndownStateChange.BurndownStateChangeBuilder
           
 
Field Summary
 org.joda.time.DateTime date
           
 SprintStateAuditEntry.Operation operation
           
 java.lang.String userDisplayNameHtml
           
 
Constructor Summary
BurndownStateChange()
           
 
Method Summary
static BurndownStateChange.BurndownStateChangeBuilder builder()
           
 int compareTo(BurndownStateChange o)
           
 org.joda.time.DateTime getDate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

date

public org.joda.time.DateTime date

userDisplayNameHtml

public java.lang.String userDisplayNameHtml

operation

public SprintStateAuditEntry.Operation operation
Constructor Detail

BurndownStateChange

public BurndownStateChange()
Method Detail

getDate

public org.joda.time.DateTime getDate()

compareTo

public int compareTo(BurndownStateChange o)
Specified by:
compareTo in interface java.lang.Comparable<BurndownStateChange>

builder

public static BurndownStateChange.BurndownStateChangeBuilder builder()


Copyright © 2007-2014 Atlassian. All Rights Reserved.