Class TraceabilityAction
- java.lang.Object
-
- hudson.plugins.collabnet.orchestrate.TraceabilityAction
-
- All Implemented Interfaces:
Action
,ModelObject
public class TraceabilityAction extends Object implements Action
Created by sureshk on 08/01/16.
-
-
Constructor Summary
Constructors Constructor Description TraceabilityAction(AbstractBuild abstractBuild)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addErrorMsg(String errorMessage)
boolean
getAssociationView()
AbstractBuild
getBuild()
String
getCtfPassword()
String
getCtfRestUrl()
String
getCtfUrl()
String
getCtfUser()
String
getDisplayName()
String
getErrorMsg()
String
getIconFileName()
String
getSoapSessionId()
String
getTokenId()
String
getUrlName()
boolean
getValidation()
boolean
isSupportWebhook()
-
-
-
Constructor Detail
-
TraceabilityAction
public TraceabilityAction(AbstractBuild abstractBuild)
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
getBuild
public AbstractBuild getBuild()
-
getCtfUrl
public String getCtfUrl()
-
getCtfUser
public String getCtfUser()
-
getCtfPassword
public String getCtfPassword()
-
getAssociationView
public boolean getAssociationView()
-
getValidation
public boolean getValidation()
-
addErrorMsg
public void addErrorMsg(String errorMessage)
-
getErrorMsg
public String getErrorMsg()
-
getSoapSessionId
public String getSoapSessionId()
-
getCtfRestUrl
public String getCtfRestUrl()
-
getTokenId
public String getTokenId() throws IOException
- Throws:
IOException
-
isSupportWebhook
public boolean isSupportWebhook()
-
-