Interface RefMetadataContext
public interface RefMetadataContext
The context in which the metadata is being retrieved for a given collection of 
refs- See Also:
- 
Method Details- 
getContext- Returns:
- return a map of context attributes
 
- 
getBaseRef@Nonnull com.atlassian.bitbucket.repository.Ref getBaseRef()- Returns:
- the base ref the refs should be compared to (for the providers that uses that information)
 
- 
getRefs- Returns:
- the collection of refsfor which to fetch the metadata
 
- 
getRepository@Nonnull com.atlassian.bitbucket.repository.Repository getRepository()- Returns:
- the repository the refsare contained within
 
 
-