Uses of Class
org.apache.maven.buildcache.xml.build.Scm
-
Packages that use Scm Package Description org.apache.maven.buildcache org.apache.maven.buildcache.xml.build -
-
Uses of Scm in org.apache.maven.buildcache
Methods in org.apache.maven.buildcache that return Scm Modifier and Type Method Description static ScmCacheUtils. readGitInfo(org.apache.maven.execution.MavenSession session) -
Uses of Scm in org.apache.maven.buildcache.xml.build
Methods in org.apache.maven.buildcache.xml.build that return Scm Modifier and Type Method Description ScmBuild. getScm()Get the scm field.Methods in org.apache.maven.buildcache.xml.build with parameters of type Scm Modifier and Type Method Description voidBuild. setScm(Scm scm)Set the scm field.
-