public abstract class AbstractGcsUploadReport extends Object implements hudson.model.Action
BuildGcsUploadReport and
ProjectGcsUploadReport. See ProjectGcsUploadReport for
details on why we will need at least two different kind of reports.ProjectGcsUploadReport| Modifier and Type | Method and Description |
|---|---|
abstract Set<String> |
getBuckets() |
abstract Integer |
getBuildNumber() |
String |
getDisplayName() |
String |
getIconFileName() |
hudson.model.Actionable |
getParent() |
abstract Set<String> |
getStorageObjects() |
String |
getUrlName() |
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic hudson.model.Actionable getParent()
@Nullable public abstract Integer getBuildNumber()
public abstract Set<String> getStorageObjects()
Copyright © 2004-2014. All Rights Reserved.