Package jenkins.diagnosis
Class HsErrPidFile
- java.lang.Object
-
- jenkins.diagnosis.HsErrPidFile
-
public class HsErrPidFile extends Object
Serves hs_err_pid file.- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description HsErrPidFile(HsErrPidList owner, File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kohsuke.stapler.HttpResponse
doDelete()
org.kohsuke.stapler.HttpResponse
doDownload()
long
getLastModified()
Date
getLastModifiedDate()
String
getName()
String
getPath()
String
getTimeSpanString()
-
-
-
Constructor Detail
-
HsErrPidFile
public HsErrPidFile(HsErrPidList owner, File file)
-
-
Method Detail
-
getName
public String getName()
-
getPath
public String getPath()
-
getLastModified
public long getLastModified()
-
getLastModifiedDate
public Date getLastModifiedDate()
-
getTimeSpanString
public String getTimeSpanString()
-
doDownload
public org.kohsuke.stapler.HttpResponse doDownload() throws IOException
- Throws:
IOException
-
doDelete
public org.kohsuke.stapler.HttpResponse doDelete() throws IOException
- Throws:
IOException
-
-