mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 05:50:55 +01:00
Change class names in documentation
Summary: Ref T5655. Update class names in documentation after D9983. Test Plan: N/A Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Maniphest Tasks: T5655 Differential Revision: https://secure.phabricator.com/D9984
This commit is contained in:
parent
8999a1c1ea
commit
55fed95764
3 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ you need to build new classes. For instance:
|
||||||
- if you want to configure linters, or add new linters, you need to create a
|
- if you want to configure linters, or add new linters, you need to create a
|
||||||
new class which extends @{class@arcanist:ArcanistLintEngine}.
|
new class which extends @{class@arcanist:ArcanistLintEngine}.
|
||||||
- if you want to integrate with a unit testing framework, you need to create a
|
- if you want to integrate with a unit testing framework, you need to create a
|
||||||
new class which extends @{class@arcanist:ArcanistBaseUnitTestEngine}.
|
new class which extends @{class@arcanist:ArcanistUnitTestEngine}.
|
||||||
- if you you want to change how workflows behave, or add new workflows, you
|
- if you you want to change how workflows behave, or add new workflows, you
|
||||||
need to create a new class which extends
|
need to create a new class which extends
|
||||||
@{class@arcanist:ArcanistConfiguration}.
|
@{class@arcanist:ArcanistConfiguration}.
|
||||||
|
|
|
@ -59,7 +59,7 @@ Other options include:
|
||||||
@{class@arcanist:ArcanistLintEngine}, which should be used to apply lint
|
@{class@arcanist:ArcanistLintEngine}, which should be used to apply lint
|
||||||
rules to this project. See @{article:Arcanist User Guide: Lint}.
|
rules to this project. See @{article:Arcanist User Guide: Lint}.
|
||||||
- **unit.engine**: the name of a subclass of
|
- **unit.engine**: the name of a subclass of
|
||||||
@{class@arcanist:ArcanistBaseUnitTestEngine}, which should be used to apply
|
@{class@arcanist:ArcanistUnitTestEngine}, which should be used to apply
|
||||||
unit test rules to this project. See
|
unit test rules to this project. See
|
||||||
@{article:Arcanist User Guide: Customizing Lint, Unit Tests and Workflows}.
|
@{article:Arcanist User Guide: Customizing Lint, Unit Tests and Workflows}.
|
||||||
|
|
||||||
|
|
|
@ -91,7 +91,7 @@ Arcanist event constants are listed in @{class@arcanist:ArcanistEventType}.
|
||||||
|
|
||||||
All Arcanist events have this data available:
|
All Arcanist events have this data available:
|
||||||
|
|
||||||
- `workflow` The active @{class@arcanist:ArcanistBaseWorkflow}.
|
- `workflow` The active @{class@arcanist:ArcanistWorkflow}.
|
||||||
|
|
||||||
== Arcanist: Commit: Will Commit SVN ==
|
== Arcanist: Commit: Will Commit SVN ==
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue