![JAR search and dependency download from the Maven repository](/logo.png)
io.burkard.cdk.services.codepipeline.actions.CodeStarSourceVariables.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.codepipeline.actions
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object CodeStarSourceVariables {
def apply(
fullRepositoryName: String,
commitId: String,
connectionArn: String,
authorDate: String,
branchName: String,
commitMessage: String
): software.amazon.awscdk.services.codepipeline.actions.CodeStarSourceVariables =
(new software.amazon.awscdk.services.codepipeline.actions.CodeStarSourceVariables.Builder)
.fullRepositoryName(fullRepositoryName)
.commitId(commitId)
.connectionArn(connectionArn)
.authorDate(authorDate)
.branchName(branchName)
.commitMessage(commitMessage)
.build()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy