EnsureGitHooksAttribute Class

Summary

Ensures that the given git hooks are defined in the .git directory
Assembly
Rocket.Surgery.Nuke.dll
Namespace
Rocket.Surgery.Nuke
Interfaces
  • IOnBeforeLogo
  • IBuildExtension
Base Types
  • Attribute
EnsureGitHooksAttribute
Attribute
IOnBeforeLogo
IBuildExtension

Syntax

public class EnsureGitHooksAttribute : Attribute, IOnBeforeLogo, IBuildExtension

Attributes

Type Description
NullableContextAttribute
NullableAttribute
AttributeUsageAttribute

Constructors

Name Summary
EnsureGitHooksAttribute(GitHook[]) Ensures that the given git hooks are defined in the .git directory

Properties

Name Value Summary
HookNames string[]
The hookes that were asked for.

Methods

Extension Methods