Package io.vacco.oss.gitflow.sharedlib
Class GsSharedLibExtension
- java.lang.Object
-
- io.vacco.oss.gitflow.sharedlib.GsSharedLibExtension
-
public class GsSharedLibExtension extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Stringname
-
Constructor Summary
Constructors Constructor Description GsSharedLibExtension(org.gradle.api.Project project, GsOrgConfig orgConfig, GsBranchCommit commit, boolean publish, boolean internal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetPublishingUrlTransform(java.util.function.Function<GsOrgRepo,java.lang.String> publishingUrlTransform)
-
-
-
Field Detail
-
name
public static final java.lang.String name
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GsSharedLibExtension
public GsSharedLibExtension(org.gradle.api.Project project, GsOrgConfig orgConfig, GsBranchCommit commit, boolean publish, boolean internal)
-
-
Method Detail
-
setPublishingUrlTransform
public void setPublishingUrlTransform(java.util.function.Function<GsOrgRepo,java.lang.String> publishingUrlTransform)
-
-