com.atlassian.bamboo.commit
Class CommitFunctions

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

public class CommitFunctions
extends java.lang.Object


Method Summary
static com.google.common.base.Function<CommitContext,CommitContext> cloneCommit()
           
static com.google.common.base.Function<CommitFile,CommitFile> cloneCommitFile()
           
static com.google.common.collect.Ordering<CommitContext> getCommitDateOrdering()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

cloneCommit

public static com.google.common.base.Function<CommitContext,CommitContext> cloneCommit()
Returns:
Function that will produce a copy of CommitContext - will not include resultsSummary

cloneCommitFile

public static com.google.common.base.Function<CommitFile,CommitFile> cloneCommitFile()

getCommitDateOrdering

public static com.google.common.collect.Ordering<CommitContext> getCommitDateOrdering()
Returns:
Ordering for CommitContext that sorts objects by result of getDate() method


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