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 Scm
CacheUtils. 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 Scm
Build. getScm()
Get the scm field.Methods in org.apache.maven.buildcache.xml.build with parameters of type Scm Modifier and Type Method Description void
Build. setScm(Scm scm)
Set the scm field.
-