public class

EffectivePathsCacheKey

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

Summary

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

Public Constructors

public EffectivePathsCacheKey (PullRequest pullRequest)

public EffectivePathsCacheKey (int repositoryId, long pullRequestId, String fromCommit, String toCommit)

Public Methods

public boolean equals (Object o)

public long getPullRequestId ()

public int getRepositoryId ()

public int hashCode ()