Class BuildCondition

    • Constructor Detail

      • BuildCondition

        public BuildCondition()
    • Method Detail

      • meetsCondition

        @Deprecated
        public boolean meetsCondition​(@NonNull
                                      org.jenkinsci.plugins.workflow.job.WorkflowRun r)
        Deprecated.
      • meetsCondition

        public boolean meetsCondition​(@NonNull
                                      org.jenkinsci.plugins.workflow.job.WorkflowRun r,
                                      Object context,
                                      Throwable error)
      • meetsCondition

        @Deprecated
        public boolean meetsCondition​(@NonNull
                                      Object runWrapperObj)
        Deprecated.
      • meetsCondition

        public boolean meetsCondition​(@NonNull
                                      Object runWrapperObj,
                                      Object context,
                                      Throwable error)
      • combineResults

        @Deprecated
        @NonNull
        protected final Result combineResults​(@NonNull
                                              org.jenkinsci.plugins.workflow.job.WorkflowRun run)
        Deprecated.
      • combineResults

        @Deprecated
        @NonNull
        protected final Result combineResults​(@NonNull
                                              org.jenkinsci.plugins.workflow.job.WorkflowRun run,
                                              @CheckForNull
                                              Throwable error)
        Deprecated.
      • combineResults

        @NonNull
        protected final Result combineResults​(@NonNull
                                              org.jenkinsci.plugins.workflow.job.WorkflowRun run,
                                              @CheckForNull
                                              Throwable error,
                                              @CheckForNull
                                              Object context)
      • getExecutionResult

        @CheckForNull
        protected Result getExecutionResult​(@NonNull
                                            org.jenkinsci.plugins.workflow.job.WorkflowRun r)
      • getDescription

        public abstract String getDescription()
      • getOrderedConditionNames

        public static List<String> getOrderedConditionNames()
      • getCombinedResult

        @Deprecated
        @NonNull
        public static Result getCombinedResult​(@NonNull
                                               org.jenkinsci.plugins.workflow.job.WorkflowRun run,
                                               @CheckForNull
                                               Throwable error)
        Deprecated.
      • getCombinedResult

        @NonNull
        public static Result getCombinedResult​(@NonNull
                                               org.jenkinsci.plugins.workflow.job.WorkflowRun run,
                                               @CheckForNull
                                               Throwable error,
                                               @CheckForNull
                                               Object context)
      • getFlowExecutionResult

        @CheckForNull
        public static Result getFlowExecutionResult​(@NonNull
                                                    org.jenkinsci.plugins.workflow.job.WorkflowRun r)