Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getIssues (0.41 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/ChangelogEntry.java

            }
        }
    
        public Integer getPr() {
            return pr;
        }
    
        public void setPr(Integer pr) {
            this.pr = pr;
        }
    
        public List<Integer> getIssues() {
            return issues;
        }
    
        public void setIssues(List<Integer> issues) {
            this.issues = issues;
        }
    
        public String getArea() {
            return area;
        }
    
        public void setArea(String area) {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 01 06:25:29 GMT 2021
    - 9.3K bytes
    - Click Count (0)
Back to Top