BuildMethod
No description
type BuildMethod {
name: String!
type: BuildType!
dockerfilePath: String
workingDirectory: String
buildCommand: String
staticPath: String
runCommand: String
releaseCommand: String
nodejsVersion: String
pythonVersion: String
golangVersion: String
}
Fields
BuildMethod.name ● String! non-null scalar
BuildMethod.type ● BuildType! non-null enum
BuildMethod.dockerfilePath ● String scalar
BuildMethod.workingDirectory ● String scalar
BuildMethod.buildCommand ● String scalar
BuildMethod.staticPath ● String scalar
BuildMethod.runCommand ● String scalar
BuildMethod.releaseCommand ● String scalar
BuildMethod.nodejsVersion ● String scalar
BuildMethod.pythonVersion ● String scalar
BuildMethod.golangVersion ● String scalar
Member Of
GitHubRepository object ● Repo object