Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for artifactPattern (0.12 sec)

  1. test-site/activator-launch-1.3.2.jar

    final String id; private final java.net.URL url; private final String ivyPattern; private final String artifactPattern; private final boolean mavenCompatible; private final boolean bootOnly; private final boolean descriptorOptional; private final boolean skipConsistencyCheck; public final String id(); public final java.net.URL url(); public final String ivyPattern(); public final String artifactPattern(); public final boolean mavenCompatible(); public final boolean bootOnly(); public final boolean d...
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/common/extensions.kt

     *
     * @param historyDays days number of days to store build history .
     * @param artifactsDays number of days to store artifacts. In the stored history, artifacts older than this number will be cleaned up.
     * @param artifactPatterns patterns for artifacts clean-up. If not specified, all artifacts will be removed.
     */
    fun Project.cleanupRule(historyDays: Int, artifactsDays: Int, artifactsPatterns: String? = null) {
        features {
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Thu Oct 10 03:25:26 UTC 2024
    - 13.2K bytes
    - Viewed (0)
Back to top