Class MavenSnapshotCheckAction
- java.lang.Object
-
- jenkins.plugins.mvn_snapshot_check.MavenSnapshotCheckAction
-
- All Implemented Interfaces:
Action
,ModelObject
,RunAction2
public class MavenSnapshotCheckAction extends Object implements RunAction2
- Author:
- donghui 2019/5/11.
-
-
Constructor Summary
Constructors Constructor Description MavenSnapshotCheckAction(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getIconFileName()
String
getMessage()
Run
getRun()
String
getUrlName()
void
onAttached(Run<?,?> run)
void
onLoad(Run<?,?> run)
void
setMessage(String message)
-
-
-
Constructor Detail
-
MavenSnapshotCheckAction
public MavenSnapshotCheckAction(String message)
-
-
Method Detail
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
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
-
onAttached
public void onAttached(Run<?,?> run)
- Specified by:
onAttached
in interfaceRunAction2
-
onLoad
public void onLoad(Run<?,?> run)
- Specified by:
onLoad
in interfaceRunAction2
-
getRun
public Run getRun()
-
-