Uses of Interface
software.amazon.awscdk.services.codepipeline.Conditions
Packages that use Conditions
-
Uses of Conditions in software.amazon.awscdk.services.codepipeline
Subinterfaces of Conditions in software.amazon.awscdk.services.codepipelineModifier and TypeInterfaceDescriptioninterfaceThe configuration that specifies the result, such as rollback, to occur upon stage failure.Classes in software.amazon.awscdk.services.codepipeline that implement ConditionsModifier and TypeClassDescriptionstatic final classAn implementation forConditionsstatic final classAn implementation forFailureConditionsMethods in software.amazon.awscdk.services.codepipeline that return ConditionsModifier and TypeMethodDescriptionConditions.Builder.build()Builds the configured instance.final ConditionsStageOptions.Jsii$Proxy.getBeforeEntry()default ConditionsStageProps.getBeforeEntry()The method to use when a stage allows entry.final ConditionsStageProps.Jsii$Proxy.getBeforeEntry()final ConditionsStageOptions.Jsii$Proxy.getOnSuccess()default ConditionsStageProps.getOnSuccess()The method to use when a stage has succeeded.final ConditionsStageProps.Jsii$Proxy.getOnSuccess()Methods in software.amazon.awscdk.services.codepipeline with parameters of type ConditionsModifier and TypeMethodDescriptionStageOptions.Builder.beforeEntry(Conditions beforeEntry) Sets the value ofStageProps.getBeforeEntry()StageProps.Builder.beforeEntry(Conditions beforeEntry) Sets the value ofStageProps.getBeforeEntry()StageOptions.Builder.onSuccess(Conditions onSuccess) Sets the value ofStageProps.getOnSuccess()StageProps.Builder.onSuccess(Conditions onSuccess) Sets the value ofStageProps.getOnSuccess()