enum class PublishMode
This class is used to describe condition for artifact publishing at the end of the build
Since
2019.1
Can be successful or failed, but not interrupted, default |
|
Only if successful and not interrupted |
|
Even if interrupted |
val description: String |