FilePathTooLongRuleDescription Class

Summary

Description of the rule which checks if the path of a file in the repository is too long.
graph BT Type-->Base0["BaseGitRepositoryIssuesRuleDescription"] click Base0 "/api/Cake.Issues.GitRepository/BaseGitRepositoryIssuesRuleDescription" Base0-->Base1["Object"] Type["FilePathTooLongRuleDescription"] class Type type-node

Syntax

public class FilePathTooLongRuleDescription : BaseGitRepositoryIssuesRuleDescription

Constructors

Properties

Name Value Summary
Priority IssuePriority
Gets the priority of the rule.
RuleId string
Gets the ID of the rule.
RuleName string
Gets the name of the rule.

Extension Methods

Name Value Summary
NotNull<FilePathTooLongRuleDescription>(string) void
Throws an exception if the specified parameter's value is null.
GitHub