UNPKG

appcenter-cli

Version:

Command line tool for Visual Studio App Center

54 lines (49 loc) 1.32 kB
/* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is * regenerated. */ 'use strict'; /** * The versioning configuration for artifacts built for this branch * */ class BranchConfigurationArtifactVersioning { /** * Create a BranchConfigurationArtifactVersioning. * @property {string} [buildNumberFormat] Possible values include: 'buildId', * 'timestamp' */ constructor() { } /** * Defines the metadata of BranchConfigurationArtifactVersioning * * @returns {object} metadata of BranchConfigurationArtifactVersioning * */ mapper() { return { required: false, serializedName: 'BranchConfigurationArtifactVersioning', type: { name: 'Composite', className: 'BranchConfigurationArtifactVersioning', modelProperties: { buildNumberFormat: { required: false, serializedName: 'buildNumberFormat', type: { name: 'String' } } } } }; } } module.exports = BranchConfigurationArtifactVersioning;