Class VectorCASTJobDiag
- java.lang.Object
-
- com.vectorcast.plugins.vectorcastexecution.JobBase
-
- com.vectorcast.plugins.vectorcastexecution.VectorCASTJobDiag
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VectorCASTJobDiag.DescriptorImpl
-
Field Summary
Fields Modifier and Type Field Description static String
PROJECT_NAME
Name of diagnostic job
-
Constructor Summary
Constructors Constructor Description VectorCASTJobDiag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kohsuke.stapler.HttpResponse
doCreate(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
Create the diagnostics jobString
getUrlName()
Get the diagnostics job URLboolean
isExists()
Check if the diagnostics job exists-
Methods inherited from class com.vectorcast.plugins.vectorcastexecution.JobBase
all, getDescriptor, getDisplayName, getIconFileName, getTheScm, setTheScm
-
-
-
-
Field Detail
-
PROJECT_NAME
public static final String PROJECT_NAME
Name of diagnostic job- See Also:
- Constant Field Values
-
-
Method Detail
-
getUrlName
public String getUrlName()
Get the diagnostics job URL- Specified by:
getUrlName
in interfacehudson.model.Action
- Overrides:
getUrlName
in classJobBase
- Returns:
- url
-
isExists
public boolean isExists()
Check if the diagnostics job exists- Returns:
- true if it exists and false if not
-
doCreate
public org.kohsuke.stapler.HttpResponse doCreate(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws javax.servlet.ServletException, IOException, hudson.model.Descriptor.FormException
Create the diagnostics job- Parameters:
request
- request objextresponse
- response object- Returns:
- response
- Throws:
javax.servlet.ServletException
- exceptionIOException
- exceptionhudson.model.Descriptor.FormException
- exception
-
-