svn.Poll

Description unavailable

Type hierarchy: svn.Poll > xlrelease.ReleaseTrigger > xlrelease.BasePythonScript > udm.BaseConfigurationItem
Label: Svn: Poll

Properties

Property Kind Description
triggerState String Trigger State
initialFire Boolean Set this property to true to trigger a new release on the initial trigger fire. Otherwise, the first release will be triggered on the next state change
title String Symbolic name for the trigger
description String The description of the trigger.
releaseTitle String Name given to releases created by this trigger. This field can contain variables
pollType Enum Type of polling to use; this is a repeatable period in seconds (for example, every 10 seconds) or a cron expression
periodicity String Interval in seconds (REPEAT) or as a cron expression (CRON). The cron pattern is a list of six fields separated by a single space; these fields represent second, minute, hour, day, month, weekday. Month and weekday names can be given as the first three letters of their English names. For example: 0 0 * * * * = the top of every hour of every day; */10 * * * * * = every ten seconds; 0 0 9-17 * * MON-FRI = on the hour nine-to-five weekdays
enabled Boolean Enabled
executionId String Execution Id
variables List of xlrelease.Variable (contained) Variables
template xlrelease.Release (parent) Template
tags List of string Tags
svnRepository svn.Repository SVN repository to poll
branch String SVN branch to poll; this will be concatenated to the SVN repository URL
username String Username used to connect to the repository
password Password Password used to connect to the repository
commitId String ID of the new commit that triggered the release

triggerState

Trigger State

initialFire

Set this property to true to trigger a new release on the initial trigger fire. Otherwise, the first release will be triggered on the next state change

title

Symbolic name for the trigger

description

The description of the trigger.

releaseTitle

Name given to releases created by this trigger. This field can contain variables

pollType

Type of polling to use; this is a repeatable period in seconds (for example, every 10 seconds) or a cron expression

periodicity

Interval in seconds (REPEAT) or as a cron expression (CRON). The cron pattern is a list of six fields separated by a single space; these fields represent second, minute, hour, day, month, weekday. Month and weekday names can be given as the first three letters of their English names. For example: 0 0 * * * * = the top of every hour of every day; */10 * * * * * = every ten seconds; 0 0 9-17 * * MON-FRI = on the hour nine-to-five weekdays

enabled

Enabled

executionId

Execution Id

variables

Variables

template

Template

tags

Tags

svnRepository

SVN repository to poll

branch

SVN branch to poll; this will be concatenated to the SVN repository URL

username

Username used to connect to the repository

password

Password used to connect to the repository

commitId

ID of the new commit that triggered the release

Hidden properties

Property Kind Description
scriptLocation String Script Location

scriptLocation

Script Location