public abstract class Logic extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
shouldSkip(SkipVote skipVote,
hudson.model.Result result)
If the given result should be skipped according to the configuration.
|
public static boolean shouldSkip(SkipVote skipVote, hudson.model.Result result)
skipVote
- the skip configuration.result
- the build result.Copyright © 2016–2017. All rights reserved.