Class DeploymentMachine

java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.distributedtask.types.DeploymentMachine

public class DeploymentMachine extends SerializableEntity
Deployment target.
  • Constructor Details

    • DeploymentMachine

      public DeploymentMachine()
  • Method Details

    • getAgent

      public TaskAgent getAgent()
    • setAgent

      public void setAgent(TaskAgent agent)
    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getProperties

      public com.fasterxml.jackson.databind.JsonNode getProperties()
    • setProperties

      public void setProperties(com.fasterxml.jackson.databind.JsonNode properties)
    • getTags

      public String[] getTags()
    • setTags

      public void setTags(String[] tags)