Page MenuHomePhabricator
Diviner libphutil Tech Docs ArcanistDifferentialCommitMessage

final class ArcanistDifferentialCommitMessage
libphutil Technical Documentation ()

Represents a parsed commit message.

Methods

public static function newFromRawCorpus($corpus)

This method is not documented.
Parameters
$corpus
Return
wild

public function getRawCorpus()

This method is not documented.
Return
wild

public function getRevisionID()

This method is not documented.
Return
wild

public function getRevisionMonogram()

This method is not documented.
Return
wild

public function pullDataFromConduit($conduit, $partial)

This method is not documented.
Parameters
ConduitClient$conduit
$partial
Return
wild

public function getFieldValue($key)

This method is not documented.
Parameters
$key
Return
wild

public function setFieldValue($key, $value)

This method is not documented.
Parameters
$key
$value
Return
wild

public function getFields()

This method is not documented.
Return
wild

public function getGitSVNBaseRevision()

This method is not documented.
Return
wild

public function getGitSVNBasePath()

This method is not documented.
Return
wild

public function getGitSVNUUID()

This method is not documented.
Return
wild

public function getChecksum()

This method is not documented.
Return
wild

public function getTransactions()

This method is not documented.
Return
wild

private function parseRevisionIDFromRawCorpus($corpus)

Extract the revision ID from a commit message.

Parameters
string$corpusRaw commit message.
Return
int|nullRevision ID, if the commit message contains one.