Class BuildProcess


public class BuildProcess extends SerializableEntity
Represents a repository used by a build definition.
  • Constructor Details

    • BuildProcess

      public BuildProcess()
  • Method Details

    • getPhases

      public List<Phases> getPhases()
    • setPhases

      public void setPhases(List<Phases> phases)
    • getType

      public Integer getType()
    • setType

      public void setType(Integer type)
    • getTarget

      public Object getTarget()
    • setTarget

      public void setTarget(Object target)