Package io.quarkus.domino.scm
Class ScmRepository
- java.lang.Object
-
- io.quarkus.domino.scm.ScmRepository
-
- All Implemented Interfaces:
ReleaseOrigin
public class ScmRepository extends Object implements ReleaseOrigin
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.quarkus.bom.decomposer.ReleaseOrigin
ReleaseOrigin.Factory
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()StringgetUrl()inthashCode()booleanhasUrl()booleanisUrl()static ScmRepositoryofId(String id)static ScmRepositoryofUrl(String url)StringtoString()
-
-
-
Method Detail
-
ofUrl
public static ScmRepository ofUrl(String url)
-
ofId
public static ScmRepository ofId(String id)
-
getId
public String getId()
-
hasUrl
public boolean hasUrl()
-
isUrl
public boolean isUrl()
- Specified by:
isUrlin interfaceReleaseOrigin
-
getUrl
public String getUrl()
-
-