Package io.quarkus.domino
Class CircularReleaseDependency
- java.lang.Object
-
- io.quarkus.domino.CircularReleaseDependency
-
public class CircularReleaseDependency extends Object
Circular release dependency chain
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)List<ScmRevision>getDependencyChain()List<ReleaseId>getReleaseDependencyChain()Deprecated, for removal: This API element is subject to removal in a future version.for removal in favor ofgetDependencyChain()inthashCode()static CircularReleaseDependencyof(List<ScmRevision> chain)StringtoString()
-
-
-
Method Detail
-
of
public static CircularReleaseDependency of(List<ScmRevision> chain)
-
getDependencyChain
public List<ScmRevision> getDependencyChain()
-
getReleaseDependencyChain
@Deprecated(forRemoval=true) public List<ReleaseId> getReleaseDependencyChain()
Deprecated, for removal: This API element is subject to removal in a future version.for removal in favor ofgetDependencyChain()- Returns:
- chain of dependencies that form a loop
-
-