Factory.DefinitionStages.WithRepoConfiguration Interface

public static interface Factory.DefinitionStages.WithRepoConfiguration

The stage of the Factory definition allowing to specify repoConfiguration.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withRepoConfiguration(FactoryRepoConfiguration repoConfiguration)

Specifies the repoConfiguration property: Git repo information of the factory..

Method Details

withRepoConfiguration

public abstract Factory.DefinitionStages.WithCreate withRepoConfiguration(FactoryRepoConfiguration repoConfiguration)

Specifies the repoConfiguration property: Git repo information of the factory..

Parameters:

repoConfiguration - Git repo information of the factory.

Returns:

the next definition stage.

Applies to