public class

FileContext

extends Object
java.lang.Object
   ↳ com.atlassian.stash.content.FileContext

Summary

Nested Classes
class FileContext.Builder  
Public Methods
@Deprecated @Nonnull String getChangesetId()
This method is deprecated. in 3.8 for removal in 5.0. All things "changeset" are being renamed to "commit", the more common term for the data they represent. Due to the significant number of touchpoints, the deprecated classes and interfaces will be left in for an entire major release cycle, rather than being removed in 4.0. Use getCommitId() instead.
@Nonnull String getCommitId()
int getMaxLineLength()
int getStart()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

@Deprecated @Nonnull public String getChangesetId ()

This method is deprecated.
in 3.8 for removal in 5.0. All things "changeset" are being renamed to "commit", the more common term for the data they represent. Due to the significant number of touchpoints, the deprecated classes and interfaces will be left in for an entire major release cycle, rather than being removed in 4.0. Use getCommitId() instead.

Returns
  • the ID of the commit at which file content is being streamed

@Nonnull public String getCommitId ()

Returns
  • the ID of the commit at which file content is being streamed

public int getMaxLineLength ()

public int getStart ()