Class GsSharedLibExtension


  • public class GsSharedLibExtension
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String name  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setPublishingUrlTransform​(java.util.function.Function<GsOrgRepo,​java.lang.String> publishingUrlTransform)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)