Interface MavenDependencyCause
- All Known Implementing Classes:
MavenDependencyAbstractCause
,MavenDependencyCliCause
,MavenDependencyUpstreamCause
,OtherMavenDependencyCause
public interface MavenDependencyCause
- Author:
- Cyrille Le Clerc
-
Method Summary
Modifier and TypeMethodDescriptionList<org.jenkinsci.plugins.pipeline.maven.MavenArtifact>
List of pipeline whose trigger have been omitted because this pipeline trigger will subsequently trigger those pipeline.void
setMavenArtifacts
(List<org.jenkinsci.plugins.pipeline.maven.MavenArtifact> mavenArtifacts) void
setOmittedPipelineFullNames
(List<String> omittedPipelineFullNames)
-
Method Details
-
getMavenArtifacts
-
setMavenArtifacts
-
getOmittedPipelineFullNames
List of pipeline whose trigger have been omitted because this pipeline trigger will subsequently trigger those pipeline. We have omitted these pipeline triggers to prevent excessive triggers.- Returns:
- list of
AbstractItem.getFullName()
-
setOmittedPipelineFullNames
-
getMavenArtifactsDescription
String getMavenArtifactsDescription()
-