public final enum

GitDiffTarget

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.bitbucket.scm.git.command.diff.GitDiffTarget

Class Overview

Possible targets for diff-related data.

Summary

Enum Values
GitDiffTarget  DESTINATION  Indicates the data relates to the destination side of the diff. 
GitDiffTarget  NONE  Indicates the data does not relate to a specific target, or contains information relevant to both targets. 
GitDiffTarget  SOURCE  Indicates the data relates to the source side of the diff. 
Public Methods
static GitDiffTarget valueOf(String name)
final static GitDiffTarget[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final GitDiffTarget DESTINATION

Indicates the data relates to the destination side of the diff.

public static final GitDiffTarget NONE

Indicates the data does not relate to a specific target, or contains information relevant to both targets.

public static final GitDiffTarget SOURCE

Indicates the data relates to the source side of the diff.

Public Methods

public static GitDiffTarget valueOf (String name)

public static final GitDiffTarget[] values ()