Class HttpJsonStatSource
java.lang.Object
hudson.model.AbstractDescribableImpl<StatSource>
io.jenkins.plugins.pipelineoverview.stats.StatSource
io.jenkins.plugins.pipelineoverview.stats.HttpJsonStatSource
- All Implemented Interfaces:
ExtensionPoint,Describable<StatSource>,Serializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncacheKey()fetch()getMode()intgetUrl()booleanvoidsetCredentialsId(String credentialsId) voidvoidsetPointer(String pointer) voidsetRefreshSeconds(int refreshSeconds) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.Describable
getDescriptor
-
Constructor Details
-
HttpJsonStatSource
-
-
Method Details
-
getUrl
-
getPointer
-
getCredentialsId
-
getMode
-
getRefreshSeconds
public int getRefreshSeconds()- Specified by:
getRefreshSecondsin classStatSource
-
referencesCredentials
public boolean referencesCredentials()- Overrides:
referencesCredentialsin classStatSource
-
setPointer
-
setMode
-
setRefreshSeconds
@DataBoundSetter public void setRefreshSeconds(int refreshSeconds) -
setCredentialsId
-
fetch
- Specified by:
fetchin classStatSource- Throws:
IOException
-
cacheKey
- Specified by:
cacheKeyin classStatSource
-