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);
        }