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 boolean
canEqual(Object other)
boolean
equals(Object o)
List<String>
getDependencies()
String
getPackage_url()
String
getRelationship()
String
getScope()
int
hashCode()
void
setDependencies(List<String> dependencies)
void
setRelationship(String relationship)
void
setScope(String scope)
String
toString()
-
-
-
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)
-
-