Package org.azd.build.types
Class BuildChange
java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.build.types.BuildChange
Represents a change associated with a build.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getType()
void
void
void
setLocation
(String location) void
setMessage
(String message) void
void
setTimestamp
(String timestamp) void
Methods inherited from class org.azd.abstractions.serializer.SerializableEntity
getResponse, toJsonTree, toString
-
Constructor Details
-
BuildChange
public BuildChange()
-
-
Method Details
-
getId
-
setId
-
getMessage
-
setMessage
-
getType
-
setType
-
getAuthor
-
setAuthor
-
getTimestamp
-
setTimestamp
-
getLocation
-
setLocation
-
getPusher
-
setPusher
-