Class AbstractGcsUploadReport
java.lang.Object
com.google.jenkins.plugins.storage.reports.AbstractGcsUploadReport
- All Implemented Interfaces:
- Action,- ModelObject
- Direct Known Subclasses:
- BuildGcsUploadReport,- ProjectGcsUploadReport
Common functionalities for 
BuildGcsUploadReport and ProjectGcsUploadReport. See
 ProjectGcsUploadReport for details on why we will need at least two different kind of
 reports.- See Also:
- 
Method Summary
- 
Method Details- 
getIconFileName- Specified by:
- getIconFileNamein interface- Action
 
- 
getDisplayName- Specified by:
- getDisplayNamein interface- Action
- Specified by:
- getDisplayNamein interface- ModelObject
 
- 
getUrlName- Specified by:
- getUrlNamein interface- Action
 
- 
getParent- Returns:
- the parent object of this action. For a build action, this is the containing build. For a project action, this is the containing project.
 
- 
getBuildNumber- Returns:
- the build number of this report.
 
- 
getStorageObjects- Returns:
- the uploaded objects (qualified with bucket name).
 
- 
getBuckets- Returns:
- the buckets that were used as upload destinations.
 
 
-