Octopus.Cli.Commands.ReleasePlan.HasStepsViolatingChannelVersionRules C# (CSharp) Метод

HasStepsViolatingChannelVersionRules() публичный Метод

public HasStepsViolatingChannelVersionRules ( ) : bool
Результат bool
        public bool HasStepsViolatingChannelVersionRules()
        {
            return Channel != null && Steps.Any(s => s.ChannelVersionRuleTestResult.IsSatisfied != true);
        }