Uses of Interface
software.amazon.awscdk.services.codepipeline.actions.JenkinsProviderAttributes
-
Uses of JenkinsProviderAttributes in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeClassDescriptionstatic final class
An implementation forJenkinsProviderAttributes
Modifier and TypeMethodDescriptionJenkinsProviderAttributes.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionstatic IJenkinsProvider
JenkinsProvider.fromJenkinsProviderAttributes
(software.constructs.Construct scope, String id, JenkinsProviderAttributes attrs) Import a Jenkins provider registered either outside the CDK, or in a different CDK Stack.