Octopus.Cli.Commands.ReleasePlan.HasStepsViolatingChannelVersionRules C# (CSharp) Method

HasStepsViolatingChannelVersionRules() public method

public HasStepsViolatingChannelVersionRules ( ) : bool
return bool
        public bool HasStepsViolatingChannelVersionRules()
        {
            return Channel != null && Steps.Any(s => s.ChannelVersionRuleTestResult.IsSatisfied != true);
        }