Skip to content
  1. Sep 21, 2011
  2. Sep 20, 2011
  3. Sep 19, 2011
  4. Sep 18, 2011
  5. Sep 16, 2011
  6. Sep 15, 2011
  7. Sep 14, 2011
  8. Sep 13, 2011
    • Kohsuke Kawaguchi's avatar
    • Stephen Ware's avatar
      [FIXED JENKINS-7798] · 94cbf5ba
      Stephen Ware authored
      
      File size should be shown on project dashboard for archived artifacts.
      
      Run.java:
      	Add member String length to Artifact object.
      	Add paramter String len to Artifact constructor.
      	Add method String getLength to Artifact object.
      	addArtifacts method of Run class gets length of files as string
      	for actual files or "0" if a directory and passes this as arg
      	to Artifact constructor.
      
      artifacts-index.jelly and artifactList.jelly
      	reworked to use same approach as
      	core/src/main/resources/hudson/model/DirectoryBrowserSupport/dir.jelly
      	The desire being a consistent look in the interface.
      
      Signed-off-by: default avatarStephen Ware <stephen.e.ware@intel.com>
      94cbf5ba
Loading