MCPcopy Create free account
hub / github.com/UiPath/uipathcli / WithProjectName

Method WithProjectName

test/project_builder.go:39–42  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

37}
38
39func (b *ProjectBuilder) WithProjectName(name string) *ProjectBuilder {
40 b.projectName = name
41 return b
42}
43
44func (b *ProjectBuilder) WithDefaultGovernanceFile() *ProjectBuilder {
45 b.defaultGovernanceFile = defaultGovernanceFile

Callers 1

TestRunParallelPassedFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestRunParallelPassedFunction · 0.64