Class PublishChecksStep.StepChecksAnnotation

    • Constructor Detail

      • StepChecksAnnotation

        @DataBoundConstructor
        public StepChecksAnnotation​(String path,
                                    int startLine,
                                    int endLine,
                                    String message)
        Creates an annotation with required parameters.
        Parameters:
        path - path of the file to annotate
        startLine - start line of the annotation
        endLine - end line of the annotation
        message - annotation message
    • Method Detail

      • setStartColumn

        @DataBoundSetter
        public void setStartColumn​(Integer startColumn)
      • setEndColumn

        @DataBoundSetter
        public void setEndColumn​(Integer endColumn)
      • setTitle

        @DataBoundSetter
        public void setTitle​(String title)
      • setRawDetails

        @DataBoundSetter
        public void setRawDetails​(String rawDetails)
      • getPath

        public String getPath()
      • getStartLine

        public int getStartLine()
      • getEndLine

        public int getEndLine()
      • getMessage

        public String getMessage()
      • getStartColumn

        @CheckForNull
        public Integer getStartColumn()
      • getEndColumn

        @CheckForNull
        public Integer getEndColumn()
      • getTitle

        @CheckForNull
        public String getTitle()
      • getRawDetails

        @CheckForNull
        public String getRawDetails()