Method |
Description |
|
__construct ( TrackedChangeInfo[] $changeInfoList, string | null $version = null, string | null $environment = null ) |
|
|
getChangeDescription ( ) : string |
Text displayed in the main VersionPress table (see admin/index.php). Also used
to construct commit message subject (first line) when the commit is first
physically created. |
|
getChangeInfoList ( ) : TrackedChangeInfo[] |
Returns all ChangeInfo objects encapsulated in ChangeInfoEnvelope. |
|
getCommitMessage ( ) : CommitMessage |
Creates a commit message from this ChangeInfo. Used by Committer. |
|
getEnvironment ( ) : null | string |
|
|
getPriority ( ) |
|
|
getReorganizedInfoList ( ) : TrackedChangeInfo[] |
Returns sorted list of ChangeInfo objects with bulk actions encapsulated into BulkChangeInfo objects. |
|