Octopus.Cli.Commands.ReleasePlan.HasStepsViolatingChannelVersionRules C# (CSharp) Méthode

HasStepsViolatingChannelVersionRules() public méthode

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