refs #1671. Udpated deploy method type. Added udpcast-direct'
testing/ogcore-api/pipeline/head This commit looks good Details

pull/26/head
Manuel Aranda Rosales 2025-03-13 11:11:15 +01:00
parent 4051497761
commit 663b0d1928
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ final class DeployMethodTypes
public const string MULTICAST_UFTP = 'uftp';
public const string MULTICAST_UFTP_DIRECT = 'uftp-direct';
public const string MULTICAST_UDPCAST = 'udpcast';
public const string MULTICAST_UDPCAST_DIRECT = 'udp-direct';
public const string MULTICAST_UDPCAST_DIRECT = 'udpcast-direct';
public const string UNICAST = 'unicast';
public const string UNICAST_DIRECT = 'unicast-direct';
public const string TORRENT = 'p2p';