Uses of Class
jenkins.plugins.office365connector.model.Fact
-
Packages that use Fact Package Description jenkins.plugins.office365connector jenkins.plugins.office365connector.model -
-
Uses of Fact in jenkins.plugins.office365connector
Methods in jenkins.plugins.office365connector that return types with arguments of type Fact Modifier and Type Method Description List<Fact>
FactsBuilder. collect()
Returns collected facts. -
Uses of Fact in jenkins.plugins.office365connector.model
Methods in jenkins.plugins.office365connector.model that return types with arguments of type Fact Modifier and Type Method Description List<Fact>
Section. getFacts()
Constructor parameters in jenkins.plugins.office365connector.model with type arguments of type Fact Constructor Description Section(String activityTitle, String activitySubtitle, List<Fact> factsList)
-