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
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
int
void
setChangedBy
(Author changedBy) void
setChangedDate
(String changedDate) void
setChangeType
(String changeType) void
setDefinitionUrl
(String definitionUrl) void
void
setRevision
(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
-