GJenkinsfile class

Constructors

GJenkinsfile({required String token, required String gitUrl, List<String> shellSymbol = const [], String webHook = "", String branch = "master", String mergeTarget = "dev", String androidMsg = "↑↑↑android包下载二维码,请同步给其他测试同事", String iOSMsg = "↑↑↑iOS包下载二维码,请同步给其他测试同事", List<String> androidArgs = const [], List<String> iOSArgs = const [], bool enable = true})
const

Properties

androidArgs List<String>
android build args 使用拆分包命令后,版号会被Android编译器加上前缀 例:10 => abi * 1000 + 10 https://developer.android.com/studio/build/configure-apk-splits
final
androidMsg String
android msg
final
branch String
branch
final
dir String?
路径目录
finalinherited
enable bool
是否初始化Jenkinsfile
final
gitUrl String
代码仓库git地址
final
hashCode int
The hash code for this object.
no setterinherited
iOSArgs List<String>
iOS build args
final
iOSMsg String
iOS msg
final
mergeTarget String
git merge target
final
name String?
文件名
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shellSymbol List<String>
符号表 shell symbol 使用&&连接
final
suffix String?
后缀
finalinherited
token String
fir token
final
webHook String
企业微信webHook,目前只支持企业微信
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited