Class CommitRequest

java.lang.Object
com.atlassian.bitbucket.commit.AbstractCommitRequest
com.atlassian.bitbucket.commit.CommitRequest

public class CommitRequest extends AbstractCommitRequest
Describes a request for a single commit. If no path is provided, the specified commit will be the one returned. If a path is provided, the commit returned will be the first commit in the ancestry of the specified commit which modifies that path.
  • Method Details

    • getPropertyKeys

      @Nonnull public Set<String> getPropertyKeys()
      Returns:
      a set of property keys to load, which may be empty but never null