Package io.jenkins.plugins.quay.model
Class QuayTag
java.lang.Object
io.jenkins.plugins.quay.model.QuayTag
- All Implemented Interfaces:
Serializable,Comparable<QuayTag>
Represents a single tag from a Quay.io repository.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleangetName()getSize()longGet the effective timestamp for sorting (most recent first).inthashCode()voidsetEndTimestamp(Long endTimestamp) voidsetExpiration(String expiration) voidsetLastModified(String lastModified) voidsetManifestDigest(String manifestDigest) voidvoidvoidsetStartTimestamp(Long startTimestamp) toString()
-
Constructor Details
-
QuayTag
public QuayTag() -
QuayTag
-
-
Method Details
-
getName
-
setName
-
getManifestDigest
-
setManifestDigest
-
getSize
-
setSize
-
getLastModified
-
setLastModified
-
getExpiration
-
setExpiration
-
getStartTimestamp
-
setStartTimestamp
-
getEndTimestamp
-
setEndTimestamp
-
getSortTimestamp
public long getSortTimestamp()Get the effective timestamp for sorting (most recent first). -
compareTo
- Specified by:
compareToin interfaceComparable<QuayTag>
-
equals
-
hashCode
public int hashCode() -
toString
-