VcsArgument class

VCS Argument provided to the script by the user.

Values defined in this class are used by some CodeStyleViolationsReporter to report code violations to a specific pull request.

Constructors

VcsArgument({required String repoUrl, required String pullRequestId, required String accessToken})
const
VcsArgument.from(ArgResults argResults)
Create a VcsArgument from the provided argResults.
factory

Properties

accessToken String
VCS access token, that provide authorization to report code violation to the specified pull request pullRequestId.
final
hashCode int
The hash code for this object.
no setterinherited
pullRequestId String
VCS pull request id.
final
repoUrl String
VCS repository url.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited