jetbrains.buildServer.configs.kotlin.v2017_2 / Project / create

create

open fun create(): Project

Creates an instance of this project via reflection using a no argument constructor, used during copying. Throws an error if this class doesn't have a default constructor. Subclasses can override it to create an instance without using a default constructor.