com.atlassian.bamboo.resultsummary
Class ResultSummaryPredicates

java.lang.Object
  extended by com.atlassian.bamboo.resultsummary.ResultSummaryPredicates

public class ResultSummaryPredicates
extends java.lang.Object


Constructor Summary
ResultSummaryPredicates()
           
 
Method Summary
static com.google.common.base.Predicate<ResultsSummary> isFailed()
           
static com.google.common.base.Predicate<ResultsSummary> isFinished()
           
static com.google.common.base.Predicate<ResultsSummary> isInProgress()
           
static com.google.common.base.Predicate<ResultsSummary> isNotBuilt()
           
static com.google.common.base.Predicate<ResultsSummary> isSuccessful()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSummaryPredicates

public ResultSummaryPredicates()
Method Detail

isFailed

@NotNull
public static com.google.common.base.Predicate<ResultsSummary> isFailed()

isInProgress

@NotNull
public static com.google.common.base.Predicate<ResultsSummary> isInProgress()

isFinished

@NotNull
public static com.google.common.base.Predicate<ResultsSummary> isFinished()

isSuccessful

@NotNull
public static com.google.common.base.Predicate<ResultsSummary> isSuccessful()

isNotBuilt

public static com.google.common.base.Predicate<ResultsSummary> isNotBuilt()


Copyright © 2012 Atlassian. All Rights Reserved.