Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScmAmendSupport

Hierarchy

  • ScmAmendSupport

Index

Methods

  • getInitialAmendingCommits(amendingHeadCommitId: string, latestCommitId: undefined | string): Promise<ScmCommit[]>
  • getLastCommit(): Promise<undefined | ScmCommit>
  • getMessage(commit: string): Promise<string>
  • reset(commit: string): Promise<void>