Class Snapshot
- java.lang.Object
-
- io.freefair.gradle.plugins.github.internal.Snapshot
-
public class Snapshot extends Object
-
-
Constructor Summary
Constructors Constructor Description Snapshot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
Detector
getDetector()
Job
getJob()
Map<String,Manifest>
getManifests()
String
getRef()
String
getScanned()
String
getSha()
int
getVersion()
int
hashCode()
void
setDetector(Detector detector)
void
setJob(Job job)
void
setManifests(Map<String,Manifest> manifests)
void
setRef(String ref)
void
setScanned(String scanned)
void
setSha(String sha)
void
setVersion(int version)
String
toString()
-
-
-
Method Detail
-
getVersion
public int getVersion()
-
getSha
public String getSha()
-
getRef
public String getRef()
-
getJob
public Job getJob()
-
getDetector
public Detector getDetector()
-
getScanned
public String getScanned()
-
setVersion
public void setVersion(int version)
-
setSha
public void setSha(String sha)
-
setRef
public void setRef(String ref)
-
setJob
public void setJob(Job job)
-
setDetector
public void setDetector(Detector detector)
-
setScanned
public void setScanned(String scanned)
-
canEqual
protected boolean canEqual(Object other)
-
-