Package org.azd.build.types
Class BuildDefinitionRevision
java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.build.types.BuildDefinitionRevision
Represents a revision of a build definition.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()intvoidsetChangedBy(Author changedBy) voidsetChangedDate(String changedDate) voidsetChangeType(String changeType) voidsetDefinitionUrl(String definitionUrl) voidvoidsetRevision(int revision) Methods inherited from class org.azd.abstractions.serializer.SerializableEntity
getResponse, toJsonTree, toString
-
Constructor Details
-
BuildDefinitionRevision
public BuildDefinitionRevision()
-
-
Method Details
-
getRevision
public int getRevision() -
setRevision
public void setRevision(int revision) -
getName
-
setName
-
getChangedDate
-
setChangedDate
-
getChangeType
-
setChangeType
-
getDefinitionUrl
-
setDefinitionUrl
-
getChangedBy
-
setChangedBy
-