All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.societegenerale.githubcrawler.GitHubCrawlerProperties.kt Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package com.societegenerale.githubcrawler

import org.springframework.boot.context.properties.ConfigurationProperties


@ConfigurationProperties
class GitHubCrawlerProperties {

    val searchesPerRepo: Map = HashMap()

    val indicatorsToFetchByFile: Map> = HashMap()

    var repositoriesToExclude: List = ArrayList()

    var publishExcludedRepositories: Boolean = false

    var crawlAllBranches: Boolean = false

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy