public class

ChangedLinesCacheKey

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.internal.codeinsights.annotation.ChangedLinesCacheKey

Summary

Public Constructors
ChangedLinesCacheKey(PullRequest pullRequest)
ChangedLinesCacheKey(int repositoryId, long pullRequestId, String fromCommit)
Public Methods
boolean equals(Object o)
long getPullRequestId()
int getRepositoryId()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ChangedLinesCacheKey (PullRequest pullRequest)

public ChangedLinesCacheKey (int repositoryId, long pullRequestId, String fromCommit)

Public Methods

public boolean equals (Object o)

public long getPullRequestId ()

public int getRepositoryId ()

public int hashCode ()