Class Manifest.Dependency
- java.lang.Object
 - 
- io.freefair.gradle.plugins.github.internal.Manifest.Dependency
 
 
- 
- 
Constructor Summary
Constructors Constructor Description Dependency(String package_url) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<String>getDependencies()StringgetPackage_url()StringgetRelationship()StringgetScope()inthashCode()voidsetDependencies(List<String> dependencies)voidsetRelationship(String relationship)voidsetScope(String scope)StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
Dependency
public Dependency(String package_url)
 
 - 
 
- 
Method Detail
- 
getPackage_url
public String getPackage_url()
 
- 
getRelationship
public String getRelationship()
 
- 
getScope
public String getScope()
 
- 
setRelationship
public void setRelationship(String relationship)
 
- 
setScope
public void setScope(String scope)
 
- 
canEqual
protected boolean canEqual(Object other)
 
 - 
 
 -