teamcity-rest-client-api/src/main/kotlin/org/jetbrains/teamcity/rest/api.kt [717:733]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - interface ArtifactRule { val include: Boolean /** * Specific file, directory, or wildcards to match multiple files can be used. Ant-like wildcards are supported. */ val sourcePath: String /** * Follows general rules for sourcePath: ant-like wildcards are allowed. */ val archivePath: String? /** * Destination directory where files are to be placed. */ val destinationPath: String? } interface BuildQueue { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - teamcity-rest-client-api/src/main/kotlin/org/jetbrains/teamcity/rest/coroutines/api.kt [561:577]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - interface ArtifactRule { val include: Boolean /** * Specific file, directory, or wildcards to match multiple files can be used. Ant-like wildcards are supported. */ val sourcePath: String /** * Follows general rules for sourcePath: ant-like wildcards are allowed. */ val archivePath: String? /** * Destination directory where files are to be placed. */ val destinationPath: String? } interface BuildQueue { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -