com.atlassian.bamboo.commit
Class CommitPredicates

java.lang.Object
  extended by com.atlassian.bamboo.commit.CommitPredicates

public class CommitPredicates
extends java.lang.Object

Since:
5.5

Method Summary
static com.google.common.base.Predicate<CommitContext> isCommitRelevantToBranch()
           
static com.google.common.base.Function<CommitContext,CommitContext> toForeignCommit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isCommitRelevantToBranch

public static com.google.common.base.Predicate<CommitContext> isCommitRelevantToBranch()

toForeignCommit

public static com.google.common.base.Function<CommitContext,CommitContext> toForeignCommit()


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.