Interface CommitMessageProducerFactory
-
- All Known Implementing Classes:
CommitMessageProducerFactoryImpl
public interface CommitMessageProducerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommitMessageProducer
getCommitMessageProducer(ConfigAction configAction)
Returns suitable CommitMessageProducer for given cause (config action), e.g.
-
-
-
Method Detail
-
getCommitMessageProducer
@NotNull CommitMessageProducer getCommitMessageProducer(@Nullable ConfigAction configAction)
Returns suitable CommitMessageProducer for given cause (config action), e.g. YamlPipelineCommitMessageProducer for pipelines or default for projects- Returns:
- see above
- See Also:
YamlPipelineCommitMessageProducer
-
-