Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScmAmendSupport

Hierarchy

  • ScmAmendSupport

Index

Methods

getInitialAmendingCommits

  • getInitialAmendingCommits(amendingHeadCommitId: string, latestCommitId: undefined | string): Promise<ScmCommit[]>

getLastCommit

  • getLastCommit(): Promise<undefined | ScmCommit>

getMessage

  • getMessage(commit: string): Promise<string>

reset

  • reset(commit: string): Promise<void>