com.atlassian.bamboo.commit
Class CommitFunctions
java.lang.Object
com.atlassian.bamboo.commit.CommitFunctions
public class CommitFunctions
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.