com.atlassian.bamboo.builder
Class DeltaState
java.lang.Object
com.atlassian.bamboo.builder.DeltaState
- All Implemented Interfaces:
- Serializable
public class DeltaState
- extends Object
- implements Serializable
- See Also:
- Serialized Form
NONE
public static final DeltaState NONE
PASSING
public static final DeltaState PASSING
FAILING
public static final DeltaState FAILING
BROKEN
public static final DeltaState BROKEN
FIXED
public static final DeltaState FIXED
determineDeltaState
public static DeltaState determineDeltaState(BuildState lastBuildState,
BuildResults buildResults)
determineDeltaState
public static DeltaState determineDeltaState(BuildState lastBuildState,
BuildState thisBuildState)
getInstance
public static DeltaState getInstance(String deltaState)
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.