public class

BlameCommandParameters

extends AbstractCommitCommandParameters
java.lang.Object
   ↳ com.atlassian.bitbucket.util.BuilderSupport
     ↳ com.atlassian.bitbucket.scm.AbstractCommandParameters
       ↳ com.atlassian.bitbucket.scm.AbstractCommitCommandParameters
         ↳ com.atlassian.bitbucket.scm.BlameCommandParameters

Class Overview

Describes a commit:path pair to calculate blame for. Blame calculations start at the specified commit, and work backward through history to determine the most recent commit to modify each line in the requested file.

Summary

Nested Classes
class BlameCommandParameters.Builder  
[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Public Methods
@Nonnull String getPath()
boolean hasPath()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.scm.AbstractCommitCommandParameters
From class com.atlassian.bitbucket.util.BuilderSupport
From class java.lang.Object

Public Methods

@Nonnull public String getPath ()

Returns
  • the path to calculate blame for

public boolean hasPath ()

Returns
  • true